index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
7
-101
/
+74
2010-07-28
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Kristian Høgsberg
7
-7
/
+4
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
17
-289
/
+258
2010-07-28
glx: Delete unused glcontextmodes.c functions
Kristian Høgsberg
3
-101
/
+0
2010-07-28
glx: Stop using glcore.h and glxint.h in glx
Kristian Høgsberg
3
-93
/
+90
2010-07-28
Avoid a compiler warning about a potentially unused variable.
Carl Worth
1
-1
/
+1
2010-07-28
Avoid compiler warning for unused glx_dpy variable.
Carl Worth
1
-1
/
+1
2010-07-28
r600g: cleanup resource buffer/texture mess
Jerome Glisse
10
-259
/
+217
2010-07-28
r600g: add lrp instruction support
Jerome Glisse
1
-3
/
+80
2010-07-28
r600g: actualy fix the literal emission
Jerome Glisse
1
-3
/
+3
2010-07-28
glapi: Fix VMware spelling.
Vinson Lee
1
-1
/
+1
2010-07-28
gallium/docs: Fix VMware spelling.
Vinson Lee
1
-2
/
+2
2010-07-28
draw: Fix VMware spelling.
Vinson Lee
3
-3
/
+3
2010-07-28
r600g: fix up segfault with variation between views and count.
Dave Airlie
1
-4
/
+18
2010-07-27
gallium/docs: Fix VMware spelling.
Corbin Simpson
1
-2
/
+2
2010-07-28
r600g: use gallium util for float->ui conversion
Dave Airlie
2
-19
/
+6
2010-07-27
scons: Fix sunos5 build.
Vinson Lee
2
-0
/
+6
2010-07-27
r600g: texture support
Jerome Glisse
7
-9
/
+610
2010-07-27
llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
Brian Paul
1
-2
/
+3
2010-07-27
r600g: Move declaration before code.
Vinson Lee
1
-2
/
+5
2010-07-27
swrastg: Add SWRAST_NO_PRESENT option to not send updates to X server
Jakob Bornecrantz
1
-1
/
+9
2010-07-27
intel: Remove unused intel/server files
Kristian Høgsberg
5
-397
/
+2
2010-07-27
r600g: always emit literal after emiting an alu instruction
Jerome Glisse
1
-29
/
+32
2010-07-27
llvmpipe: Use lp_build_select_bitwise() where appropriate.
José Fonseca
1
-11
/
+11
2010-07-27
gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwise
José Fonseca
2
-22
/
+50
2010-07-26
cell: comment-out unused fields, functions
Brian Paul
1
-2
/
+4
2010-07-26
cell: make functions static
Brian Paul
1
-3
/
+3
2010-07-26
cell: fix segfault when freeing samplers
Brian Paul
1
-1
/
+1
2010-07-26
cell: comment-out unneeded padding field
Brian Paul
1
-1
/
+1
2010-07-26
cell: added const qualifier
Brian Paul
1
-1
/
+1
2010-07-26
util: fix unused function warning on non-x86
Brian Paul
1
-0
/
+3
2010-07-26
glx: Remove function prototypes no longer necessary
Kristian Høgsberg
1
-7
/
+0
2010-07-26
i965: Fix reversed naming of the operations in compute-to-mrf optimization.
Eric Anholt
3
-6
/
+11
2010-07-26
i965: Clean up a few magic numbers to use brw_defines.h defs.
Eric Anholt
3
-18
/
+20
2010-07-26
i965: Use MIN2, MAX2 instead of rolling our own.
Eric Anholt
1
-15
/
+12
2010-07-26
i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.
Eric Anholt
1
-50
/
+26
2010-07-26
i965: Remove some duped register size/count definitions
Eric Anholt
2
-34
/
+26
2010-07-26
i965: Move the GRF-to-MRF optimizations to brw_optimize.c.
Eric Anholt
3
-619
/
+618
2010-07-26
i965: Improve (i.e. remove) some grf-to-mrf unnecessary moves
Benjamin Segovia
1
-2
/
+626
2010-07-26
glx: Drop debug fprintf that snug in with the previous commit
Kristian Høgsberg
1
-2
/
+0
2010-07-26
glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined
Kristian Høgsberg
1
-1
/
+3
2010-07-26
st/egl: Fix debug line
nobled
1
-1
/
+1
2010-07-26
util: fix CPU detection on OS X
nobled
1
-6
/
+6
2010-07-26
st/xorg: fix use-after-free
nobled
1
-1
/
+1
2010-07-26
i965g: Enable llvm in dri driver if built
Jakob Bornecrantz
1
-3
/
+8
2010-07-26
i915g: Fix llvm build
nobled
1
-1
/
+1
2010-07-26
glx: Drop duplicate psc field in dri context struct
Kristian Høgsberg
1
-3
/
+2
2010-07-26
i965: Allow VS MOVs to use immediate constants.
Eric Anholt
1
-0
/
+1
2010-07-26
r600g: implememt the LIT instruction
Stephan Schmid
1
-1
/
+119
2010-07-26
util: fix another mutex leak in mempool
Marek Olšák
1
-2
/
+1
[next]