Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
4d2551beb7b3f5ae9f47ee97e24556c5bcb905c8
4d2551b
nv50: neg and abs modifiers for flops
by Christoph Bumiller
· 15 years ago
3019afd
nv50: don't negate immediates in set_immd
by Christoph Bumiller
· 15 years ago
9b0bbe1
docs: added GL 3.x feature checklist to track what's done in Mesa
by Brian Paul
· 15 years ago
16e91d4
mesa: implement _mesa_GetStringi() for GL3
by Brian Paul
· 15 years ago
56bdaca
mesa: _mesa_get_enabled_extension() function
by Brian Paul
· 15 years ago
802b808
mesa: implement GL3 GL_NUM_EXTENSIONS query
by Brian Paul
· 15 years ago
1ec6de9
mesa: simplify some extension testing code
by Brian Paul
· 15 years ago
05fb922
mesa: display list support for glClearBuffer functions
by Brian Paul
· 15 years ago
2b5ece5
mesa: implement GL3 glClearBuffer() functions
by Brian Paul
· 15 years ago
12039aa
mklib: use a wrapper for ar
by Brian Paul
· 15 years ago
9656177
nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40
by Luca Barbieri
· 15 years ago
1677d5c
mesa: fix-up blend enable/disable code in _mesa_PopAttrib()
by Brian Paul
· 15 years ago
36092fa
mesa: finish-up indexed color mask code in _mesa_PopAttrib()
by Brian Paul
· 15 years ago
81c72a1
mesa: plug in GL_EXT_draw_buffers2 functions
by Brian Paul
· 15 years ago
285d3f9
mesa: regenerate API files related to GL_EXT_draw_buffers2
by Brian Paul
· 15 years ago
ca3a853
glapi: extension info for GL_EXT_draw_buffers2
by Brian Paul
· 15 years ago
8f6f112
mesa: added infrastructure for GL_EXT_draw_buffers2
by Brian Paul
· 15 years ago
a856d63
mesa: add dlist support for indexed colormask and indexed enables/disables
by Brian Paul
· 15 years ago
fd5511d
mesa: implement per-buffer color masking
by Brian Paul
· 15 years ago
126b35b
mesa: implement indexed glGet functions
by Brian Paul
· 15 years ago
3728673
mesa: per-buffer blend enabled flags
by Brian Paul
· 15 years ago
561a107
glsl: added default case in _fetch_token() to silence warnings
by Brian Paul
· 15 years ago
a099644
intel: Fix false positives in checking for non-packed depth/stencil RB.
by Eric Anholt
· 15 years ago
089144e
intel: Allow binding a stencil but not a depth buffer.
by Eric Anholt
· 15 years ago
e4df8d3
intel: Improve INTEL_DEBUG=fbo output.
by Eric Anholt
· 15 years ago
1e4677a
intel: Remove dead fthrottle_mode option. We only do IRQ waits.
by Eric Anholt
· 15 years ago
2515cca
mesa: remove gratuitous stores I added in remove_instructions.
by Eric Anholt
· 15 years ago
85dcc07
nouveau: Unreference state/buffer objects on context/screen destruction.
by Younes Manton
· 15 years ago
cb9214f
nouveau: Fix swizzling for copies to rectangular textures
by Luca Barbieri
· 15 years ago
3a0c527
nouveau: Fix nv20-40 swizzled miptree RTs
by Luca Barbieri
· 15 years ago
a55e50b
NV30/NV40 CMP and SCS src == dst handling
by Luca Barbieri
· 15 years ago
926562f
llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore.
by José Fonseca
· 15 years ago
64893eb
python/retrace: Dump only the specified image rectangles.
by José Fonseca
· 15 years ago
67171ed
xlib: Integrate the trace driver with all pipe drivers.
by José Fonseca
· 15 years ago
7abdaf5
scons: Fix xlib build.
by José Fonseca
· 15 years ago
49a0f29
nv04: Fix build after the latest nouveau_class.h changes.
by Francisco Jerez
· 15 years ago
c84cc09
nv50: Dehexify and bring up to date with new method defines.
by Marcin Kościelnicki
· 15 years ago
b46bcd8
Merge branch 'mesa_7_7_branch'
by Brian Paul
· 15 years ago
cb504a0
cell: add glsl to SRC_DIRS
by Brian Paul
· 15 years ago
7831515
st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
by Brian Paul
· 15 years ago
bdbabcd
r300g: fix use of uninitialised variables.
by Dave Airlie
· 15 years ago
9ee5b78
r300g: rename modesetting_drv.so to radeong_drv.so
by Dave Airlie
· 15 years ago
4ccf0bb
softpipe: Flush draw module when fragment pipeline state changes.
by José Fonseca
· 15 years ago
080703e
llvmpipe: Treat state changes systematically.
by José Fonseca
· 15 years ago
c4ac1f8
i965: Extra asserts on flow control instructions to clarify for clang.
by Eric Anholt
· 15 years ago
c196a35
i965: Clean up double initialization of dst_flags from a rebase resolve.
by Eric Anholt
· 15 years ago
070bbd4
i965: Fix setup of immediate types for gen4 disasm.
by Eric Anholt
· 15 years ago
d01c7be
llvmpipe: Use comments and more code from softpipe's is_texture_referenced implementation.
by José Fonseca
· 15 years ago
7a15642
softpipe: Flush draw module before switching framebuffer.
by José Fonseca
· 15 years ago
491a184
llvmpipe: Flush draw module before switching framebuffer.
by José Fonseca
· 15 years ago
399190d
tgsi: Don't dump parenthesis for negation.
by José Fonseca
· 15 years ago
230a5b5
python: Update python state tracker and samples for recent interface changes.
by José Fonseca
· 15 years ago
3f176bf
trace: Fix transfer size computation.
by José Fonseca
· 15 years ago
8b75526
scons: Put the configuration info in the build directory too.
by José Fonseca
· 15 years ago
8353c87
svga: Allow to dump an individual command.
by José Fonseca
· 15 years ago
5676082
r300g: fixup for GS additions
by Dave Airlie
· 15 years ago
fb0a9aa
gallium: remove TGSI_SEMANTIC_VERTICES
by Zack Rusin
· 15 years ago
b0bc582
draw: disable some debugging output coming from the geometry shaders
by Zack Rusin
· 15 years ago
519a6d3
gallium: geometry shader can be always enabled and we don't need a cap for that
by Zack Rusin
· 15 years ago
a00da63
util: put vertices_per_primitive function in its proper location
by Zack Rusin
· 15 years ago
49155c3
draw/tgsi: fix geometry shader input/output swizzling
by Zack Rusin
· 15 years ago
afd0136
tgsi: dump the indices correctly when dealing with 2d arrays
by Zack Rusin
· 15 years ago
960be01
tgsi: fix property parsing/building
by Zack Rusin
· 15 years ago
e9c6f01
python: fix python state tracker after some latest changes
by Zack Rusin
· 15 years ago
ac96ee1
softpipe: make it possible to dump geometry shader from the softpipe
by Zack Rusin
· 15 years ago
2237099
tgsi: add missing support for two dimensional arrays in various places
by Zack Rusin
· 15 years ago
8a39f5d
python/gs: fix the example
by Zack Rusin
· 15 years ago
f658fa5
gallium: add an inline that returns number of vertices per primitive
by Zack Rusin
· 15 years ago
42eefb8
softpipe/gs: don't crash with null shader
by Zack Rusin
· 15 years ago
b057515
gs: fix drivers so they work with geometry shaders
by Zack Rusin
· 15 years ago
5aac920
tgsi: make the tgsi assembly parser report line/column on error
by Zack Rusin
· 15 years ago
89d8577
gallium: add geometry shader support to gallium
by Zack Rusin
· 15 years ago
57cce7a
mklib: put usage info into usage() function
by Brian Paul
· 15 years ago
191d965
mklib: expand .a into .o files on FreeBSD, put common code into subroutines
by Brian Paul
· 15 years ago
5f6dcf6
i965g: get trivial/tri working again after edgeflag changes
by Keith Whitwell
· 15 years ago
6c30e17
i965g: strict aliasing changes
by Keith Whitwell
· 15 years ago
e4069d0
gallium/util: quieten compiler
by Keith Whitwell
· 15 years ago
9546c3d
i965g: calculate depth min/max
by Keith Whitwell
· 15 years ago
b7b2226
nv50: support TGSI_OPCODE_CONT
by Christoph Bumiller
· 15 years ago
d29f555
nv50: make edgeflags work
by Christoph Bumiller
· 15 years ago
f42c861
Regenerate gl_mangle.h.
by Tom Fogal
· 15 years ago
b5a408b
llvmpipe: Install unit tests on build/xxx/bin
by José Fonseca
· 15 years ago
88b2d8f
util: Define common dynamic library extensions.
by José Fonseca
· 15 years ago
8e8502b
gallium: only create pipe buffer when size is nonzero
by Maarten Maathuis
· 15 years ago
b2a615e
glsl/pp: move static functions out of header file
by Keith Whitwell
· 15 years ago
cdd25ab
glsl/pp: quieten compiler about missing case statements
by Keith Whitwell
· 15 years ago
cc7a2d8
i965g: Rename {pf->util_format}_is_depth_or_stencil()
by Tomas Carnecky
· 15 years ago
faae0e5
rbug: rename pf_is_compressed to util_format_is_compressed
by Roland Scheidegger
· 15 years ago
315ca95
[i965] Rename {pf -> util}_format_is_depth_or_stencil()
by Tomas Carnecky
· 15 years ago
0f6cbc5
progs/tests: Fix build.
by Vinson Lee
· 15 years ago
f677480
intel: Replace some gen3 IS_* checks with context structure usage.
by Eric Anholt
· 15 years ago
cb3810d
intel: Replace IS_965 checks with context structure usage.
by Eric Anholt
· 15 years ago
0b87f14
intel: Replace IS_G4X() across the driver with context structure usage.
by Eric Anholt
· 15 years ago
1c96e85
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
by Eric Anholt
· 15 years ago
b08ed4f
mesa: Fix a NULL deref in glDeleteFragmentShaderATI(badname);
by Eric Anholt
· 15 years ago
fbeceec
mesa: remove unnecessary store.
by Eric Anholt
· 15 years ago
6260d4a
mesa: Remove an unnecessary store reported by clang.
by Eric Anholt
· 15 years ago
d85a6f7
intel: Fix leakage of active texture state in glBitmap fp metaops.
by Eric Anholt
· 15 years ago
e3202a8
i915: Fix use of uninitialized variable in OPCODE_NOISE stub.
by Eric Anholt
· 15 years ago
d203dbc
mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.
by Eric Anholt
· 15 years ago
Next »