Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
5e66d1893234b3002d71985c05253321d4cdedc4
/
src
/
mesa
7be4d6b
mesa/es: Improve Makefile rules.
by Chia-I Wu
· 15 years ago
9a62f0c
r300: only enable half floats on r500s.
by Dave Airlie
· 15 years ago
782b688
Merge branch 'arb_half_float_vertex'
by Dave Airlie
· 15 years ago
d82b803
r300: half float support
by Dave Airlie
· 15 years ago
96f2f0d
i965: add support for ARB_half_float_vertex
by Dave Airlie
· 15 years ago
cfe884e
mesa: add core support for ARB_half_float_vertex.
by Dave Airlie
· 15 years ago
1ac5fd5
glapi: add GL_HALF_FLOAT enum support.
by Dave Airlie
· 15 years ago
4b770d1
glapi: Include glheader.h in glapi_nop.c.
by Chia-I Wu
· 15 years ago
2292c93
glapi: define GLfixed, GLclampx types for ES 1
by Brian Paul
· 15 years ago
46c7cd6
st/mesa: fix incorrect freeing of drawpixels vertex shaders
by Brian Paul
· 15 years ago
b23b13b
mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT()
by Brian Paul
· 15 years ago
ffe4e2a
mesa: use switch in _mesa_DeletePrograms()
by Brian Paul
· 15 years ago
7b5ad23
Merge branch 'mesa_7_7_branch'
by Brian Paul
· 15 years ago
099e8ec
mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy()
by Brian Paul
· 15 years ago
8d1a01d
mesa: use new fetch_vector1ui() function for 'unpack' GPU instructions
by Brian Paul
· 15 years ago
cd8614b
Merge branch 'mesa_7_7_branch'
by Brian Paul
· 15 years ago
2b20b60
mesa: Add "shader/" path to #include statements in shader parser/lexer sources
by Alan Coopersmith
· 15 years ago
e4f168a
glapi: clean-up and simplify glapi_nop.c code
by Brian Paul
· 15 years ago
126aff1
glapi: split the no-op dispatch code into new glapi_nop.c file
by Brian Paul
· 15 years ago
ea5918b
glapi: fix int->pointer conversions warnings in no-op functions
by Brian Paul
· 15 years ago
96280c2
Fix PowerPC related typo in spantmp2.h
by Ruediger Oertel
· 15 years ago
69e26a0
r600: enable sampler lod* bits
by Andre Maasikas
· 15 years ago
70ccca4
r600: update vport z & clipping when depth_clamp is changed
by Andre Maasikas
· 15 years ago
9bf40ce
r600: fix brownbag, only align if we are dealing with cubemap
by Andre Maasikas
· 15 years ago
714d9c2
r600: cubemap levels seem to be aligned to 8 images
by Andre Maasikas
· 15 years ago
278ad74
radeon/fbo: flush rendering before generating mipmaps
by Andre Maasikas
· 15 years ago
7c6f51c
radeon/fbo: use correct depth texture offset for depth textures
by Andre Maasikas
· 15 years ago
defd45e
r600: enable draw_offset
by Andre Maasikas
· 15 years ago
3f6d732
st/mesa: Remove unnecessary header from st_cb_viewport.c.
by Vinson Lee
· 15 years ago
2a92889
egl: Remove USING_EGL and the related drivers.
by Chia-I Wu
· 15 years ago
8410f7c
mesa: Use pipe_buffer_write_nooverlap where appropriate.
by José Fonseca
· 15 years ago
2cf8164
r200: fix CS section size mismatch
by Roland Scheidegger
· 15 years ago
dc2914a
mesa: minor whitespace fix
by Brian Paul
· 15 years ago
e59353f
mesa: support for GL_ARB_fragment_coord_conventions
by Luca Barbieri
· 15 years ago
4736e1c
dri: Remove unnecessary glapi headers.
by Chia-I Wu
· 15 years ago
bdd2500
Do not include glapi/dispatch.h outside Mesa core.
by Chia-I Wu
· 15 years ago
e19b3c0
mach64: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
7c66211
i810: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
0bc2cbf
ffb: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
156c90e
r200: re-adding missing pitch alignment check in blit code
by Alex Deucher
· 15 years ago
05208b2
mesa: replace questionable CPU_TO_LE32 macro with function
by Brian Paul
· 15 years ago
65d2a26
st/mesa: fix format logic in compatible_src_dst_formats()
by Brian Paul
· 15 years ago
67aa704
r200: fix some breakage after move to common blit code
by Alex Deucher
· 15 years ago
5a99ca4
r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c
by Alex Deucher
· 15 years ago
917b6d2
Remove hardcoded -Wall from Radeon DRI makefiles
by Alan Coopersmith
· 15 years ago
5e82403
Merge remote branch 'origin/opengl-es-v2'
by Chia-I Wu
· 15 years ago
031f23a
mesa: added comment about future FBO formats
by Brian Paul
· 15 years ago
cd232ae
st/mesa: enable EXT_framebuffer_multisample
by Marek Olšák
· 15 years ago
76cf261
r100/r200: fix Y coord flipping in accelerated blits
by Alex Deucher
· 15 years ago
1bb6b1d
r100/r200: fix dst pitch in blit code
by Alex Deucher
· 15 years ago
f965345
r200: add missing symlink to radeon_tex_copy.c
by Alex Deucher
· 15 years ago
1f0709f
r100/r200: align to pitch updates in blit interface
by Maciej Cencora
· 15 years ago
2706bc6
r200: use common glCopyTex(Sub)Image code
by Maciej Cencora
· 15 years ago
5170d24
r100: use common glCopyTex(Sub)Image code
by Maciej Cencora
· 15 years ago
8a4d739
radeon/r300/r600: share common glCopyTex(Sub)Image code
by Maciej Cencora
· 15 years ago
0aed44f
r600: align to r300 changes in the blit code
by Maciej Cencora
· 15 years ago
0174dac
r300/r600: move some bo offsets checking to blit code
by Maciej Cencora
· 15 years ago
ac8afd4
r600: prepare for some code sharing
by Maciej Cencora
· 15 years ago
f54e96c
r300: check if blitting for given format is supported earlier
by Maciej Cencora
· 15 years ago
acac99e
r300: use nearest texture filtering for accelerated blits
by Maciej Cencora
· 15 years ago
f2fea26
r300: fix Y coord flipping in accelerated blits
by Maciej Cencora
· 15 years ago
11affaf
radeon: use mesa provided _mesa_tex_target_to_face function
by Maciej Cencora
· 15 years ago
9363a81
r300: prepare for texcopy code sharing
by Maciej Cencora
· 15 years ago
f542fde
radeon: add blit function to vtbl
by Maciej Cencora
· 15 years ago
8f7dfe3
intel: Remove dead note_fence vtbl hook.
by Eric Anholt
· 15 years ago
a45f24c
i965: Improve the hashing of brw_state_cache keys to include the cache_id.
by Eric Anholt
· 15 years ago
d1cefab
i965: Remove obsolete comment about the state atoms.
by Eric Anholt
· 15 years ago
fb49015
i965: Upload as many VS constants as possible through the push constants.
by Eric Anholt
· 15 years ago
62a96f7
i965: Allow for variable-sized auxdata in the state cache.
by Eric Anholt
· 15 years ago
7d4e674
intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.
by Eric Anholt
· 15 years ago
a7aaf05
Sun compilers now support some gcc __attribute__ values
by Alan Coopersmith
· 15 years ago
116a02b
st/dri: update dri2 drawables when viewport is changed
by Ben Skeggs
· 15 years ago
faa99dd
unichrome: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
45a27ea
mesa: Remove unnecessary header from attrib.c.
by Vinson Lee
· 15 years ago
ef63110
r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b
by Alex Deucher
· 15 years ago
2613fa8
mesa: Remove unnecessary header from blend.c.
by Vinson Lee
· 15 years ago
2b1d5ea
r100/r200/r600: check if blitting for given format is supported earlier
by Alex Deucher
· 15 years ago
a67cd19
r100/r200: add blit support for ARGB4444
by Alex Deucher
· 15 years ago
c4ad036
mesa: Remove unnecessary headers from buffers.c.
by Vinson Lee
· 15 years ago
7366d8e
mesa: Remove unnecessary header from convolve.c.
by Vinson Lee
· 15 years ago
08063ba
mesa: Fix typo of 'unknown' in debug.c.
by Vinson Lee
· 15 years ago
b36b85f
mesa: Remove unnecessary headers from debug.c.
by Vinson Lee
· 15 years ago
6deb8c9
mesa: Remove unnecessary header from depthstencil.c.
by Vinson Lee
· 15 years ago
2660511
mesa: Remove unnecessary headers from dlist.c.
by Vinson Lee
· 15 years ago
7395ab0
mesa: Remove unnecessary header from drawpix.c.
by Vinson Lee
· 15 years ago
0b3109a
mesa: Remove unnecessary header from enable.c.
by Vinson Lee
· 15 years ago
536e3c9
mesa: Remove unnecessary headers from fbobject.c.
by Vinson Lee
· 15 years ago
b6dce54
mesa: Remove unnecessary header from formats.c.
by Vinson Lee
· 15 years ago
2cbc3e0
mesa: Remove unnecessary header from image.c.
by Vinson Lee
· 15 years ago
8fb92e9
mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.
by José Fonseca
· 15 years ago
ebd1075
mesa: Remove unnecessary headers from lines.c.
by Vinson Lee
· 15 years ago
d0125e3
mesa: Remove unnecessary header from mipmap.c.
by Vinson Lee
· 15 years ago
ed5a116
mesa: Remove unnecessary header from pixel.c.
by Vinson Lee
· 15 years ago
2f83948
mesa: Remove unnecessary headers from pixelstore.c.
by Vinson Lee
· 15 years ago
419ae5a
mesa: Remove unnecessary header from points.c.
by Vinson Lee
· 15 years ago
80ea879
mesa: Remove unnecessary header from polygon.c.
by Vinson Lee
· 15 years ago
f6d5290
r60: Add relocs for CB_TILE/FRAG
by Alex Deucher
· 15 years ago
6603550
mesa: Remove unnecessary header from state.c.
by Vinson Lee
· 15 years ago
ec29ba1
mesa: Remove unnecessary headers from texcompress.c.
by Vinson Lee
· 15 years ago
daccc96
r100: add blit support
by Alex Deucher
· 15 years ago
Next »