index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-20
radeon/llvm: Fix a bug with IF LOGICALNZ with int operand
Jul20-test
Vincent Lejeune
3
-11
/
+17
2012-07-20
pipe_loader: Try to connect with the X server before probing pciids v2
Tom Stellard
2
-0
/
+67
2012-07-20
configure.ac: Add --with-llvm-prefix option
Tom Stellard
1
-1
/
+12
2012-07-20
llvmpipe: use runtime loop instead of static loop for looping over quads
Roland Scheidegger
3
-72
/
+516
2012-07-20
nv30: Support negative offsets in indirect constant access.
Roy Spliet
4
-8
/
+15
2012-07-20
nv50/ir: set position before i instead of i->next in NV50LoweringPreSSA::visit
Bryan Cain
1
-7
/
+2
2012-07-20
i965/gen7: Increase the WM threads to hardware limits.
Eric Anholt
1
-1
/
+1
2012-07-20
glsl: Assign locations for uniforms in UBOs using the std140 rules.
Eric Anholt
5
-2
/
+270
2012-07-20
glsl: Don't resize arrays in uniform blocks.
Eric Anholt
1
-0
/
+7
2012-07-20
glsl: Don't dead-code eliminiate uniforms declared in uniform blocks.
Eric Anholt
1
-1
/
+7
2012-07-20
mesa: Implement the UBO-specific pnames of glGetActiveUniformsiv.
Eric Anholt
1
-2
/
+13
2012-07-20
glsl: Propagate uniform block information into gl_uniform_storage.
Eric Anholt
2
-1
/
+74
2012-07-20
mesa: Add implementation of glGetUniformBlockIndex().
Eric Anholt
1
-0
/
+27
2012-07-20
glsl: Set the uniform_block index for the linked shader variables.
Eric Anholt
1
-0
/
+45
2012-07-20
mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.
Eric Anholt
3
-0
/
+70
2012-07-20
mesa: Add support for glGetUniformIndices().
Eric Anholt
1
-0
/
+35
2012-07-20
mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().
Eric Anholt
4
-16
/
+28
2012-07-20
glsl: Merge the lists of uniform blocks into the linked shader program.
Eric Anholt
5
-4
/
+185
2012-07-20
glsl: Translate the AST for uniform blocks into some IR structures.
Eric Anholt
6
-1
/
+103
2012-07-20
glsl: Turn UBO variable declarations into ir_variables and check qualifiers.
Eric Anholt
4
-3
/
+39
2012-07-20
st/xorg: fix masked transformations
Lucas Stach
1
-20
/
+40
2012-07-20
i965/blorp: Use IMS layout when texturing from depth/stencil surfaces.
Paul Berry
1
-23
/
+43
2012-07-20
i965/blorp: Loosen assertions in compute_msaa_layout_for_pipeline.
Paul Berry
1
-7
/
+2
2012-07-20
i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.
Paul Berry
3
-6
/
+14
2012-07-20
i965/blorp: Optimize manual_blend() for compressed multisampled surfaces.
Paul Berry
1
-0
/
+23
2012-07-20
i965/blorp: Fix integer downsampling on Gen7.
Paul Berry
2
-11
/
+55
2012-07-20
i965/blorp: Modify manual_blend() to avoid unnecessary loss of precision.
Paul Berry
1
-27
/
+90
2012-07-20
i965: Add support for AVG instruction.
Paul Berry
2
-0
/
+23
2012-07-20
i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.
Paul Berry
2
-4
/
+1
2012-07-20
mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.
Paul Berry
4
-33
/
+14
2012-07-19
gallium-egl: Move wayland query_buffer implementation
Kristian Høgsberg
7
-32
/
+54
2012-07-19
softpipe: Fix segfault with fbo-cubemap.
Olivier Galibert
1
-1
/
+6
2012-07-19
wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
Kristian Høgsberg
3
-5
/
+23
2012-07-19
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format
Kristian Høgsberg
4
-55
/
+46
2012-07-19
gallium-egl: Implement eglQueryWaylandBufferWL
Kristian Høgsberg
1
-1
/
+31
2012-07-19
glsl: Remove open coded version of ir_variable::interpolation_string().
Kenneth Graunke
1
-15
/
+1
2012-07-19
i965: Avoid unnecessary recompiles for shaders that don't use dFdy().
Paul Berry
4
-14
/
+10
2012-07-19
glsl: Set UsesDFdy appropriately for GLSL shaders.
Paul Berry
1
-5
/
+17
2012-07-19
mesa: Set UsesDFdy appropriately for assembly programs.
Paul Berry
3
-0
/
+4
2012-07-19
mesa: Add UsesDFdy to struct gl_fragment_program.
Paul Berry
2
-0
/
+3
2012-07-19
drirc: Add disable_blend_func_extended workaround for Unigine OilRush.
Kenneth Graunke
1
-0
/
+6
2012-07-19
i965: Add a driconf option to disable GL_ARB_blend_func_extended.
Kenneth Graunke
4
-2
/
+17
2012-07-18
mesa: remove stale comment
Brian Paul
1
-1
/
+0
2012-07-18
mesa: use gl_program cast wrappers
Brian Paul
6
-49
/
+37
2012-07-18
mesa: add some gl_program cast wrappers
Brian Paul
1
-0
/
+42
2012-07-18
r600g: setup streamout before calling last r600_need_cs_space before drawing
Marek Olšák
1
-6
/
+6
2012-07-18
i965/fs: Make register spill/unspill only do the regs for that instruction.
Eric Anholt
1
-33
/
+33
2012-07-18
i965/fs.h: Refactor tests for instructions modifying a register.
Eric Anholt
4
-34
/
+16
2012-07-18
i965/fs: Replace usage is_tex() with regs_written() checks.
Eric Anholt
1
-9
/
+9
2012-07-18
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
6
-22
/
+21
[next]