index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
r600c: fix setting negative values to bitfields
7.9-branchpoint
Andre Maasikas
1
-1
/
+1
2010-09-14
mesa: upgrade wglext.h to version 22
Brian Paul
2
-106
/
+139
2010-09-14
mesa: upgrade glxext.h to version 32
Brian Paul
2
-2
/
+48
2010-09-14
mesa: update to version 64 of GL/glext.h
Brian Paul
14
-102
/
+1050
2010-09-14
mesa: move, redefine MESA_GEOMETRY_PROGRAM
Brian Paul
2
-9
/
+15
2010-09-14
glsl2: add case for ir_unop_noise
Brian Paul
1
-0
/
+4
2010-09-14
glsl2: fix comments
Brian Paul
3
-3
/
+3
2010-09-14
mesa: Remove unnecessary FEATURE tests.
Chia-I Wu
2
-18
/
+0
2010-09-14
mesa: Less FEATURE_ARB_sync tests.
Chia-I Wu
5
-25
/
+60
2010-09-14
mesa: Remove unused _MESA_INIT_*_FUNCTIONS.
Chia-I Wu
11
-90
/
+0
2010-09-14
gallivm: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-09-14
llvmpipe: Initialize variable for potentially unhandled switch case.
Vinson Lee
1
-0
/
+3
2010-09-14
i965g: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-1
/
+2
2010-09-13
i915g: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-1
/
+2
2010-09-13
i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.
Vinson Lee
1
-0
/
+1
2010-09-13
identity: Fix 'assignment from incompatible pointer type' warning.
Vinson Lee
1
-1
/
+1
2010-09-13
rbug: Fix 'assignment from incompatible pointer type' warning.
Vinson Lee
1
-1
/
+1
2010-09-14
mesa/st: ask GLSL to not emit noise since we have a dummy implementation
Luca Barbieri
1
-0
/
+2
2010-09-14
mesa/st: set compiler options based on Gallium shader caps
Luca Barbieri
1
-0
/
+9
2010-09-14
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
25
-345
/
+612
2010-09-13
glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequal
Ian Romanick
3
-240
/
+48
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
8
-23
/
+74
2010-09-13
loop_unroll: unroll loops with (lowered) breaks
Luca Barbieri
1
-4
/
+89
2010-09-13
glsl2: Add pass to remove redundant jumps
Ian Romanick
6
-1
/
+118
2010-09-13
glsl: Explain file naming convention
Ian Romanick
1
-0
/
+12
2010-09-13
loop_controls: fix analysis of already analyzed loops
Luca Barbieri
1
-1
/
+8
2010-09-13
i965: Request that returns be lowered in shader main
Ian Romanick
1
-0
/
+1
2010-09-13
glsl: call ir_lower_jumps according to compiler options
Luca Barbieri
1
-0
/
+2
2010-09-13
glsl: add continue/break/return unification/elimination pass (v2)
Luca Barbieri
6
-250
/
+548
2010-09-13
glsl: add ir_control_flow_visitor
Luca Barbieri
1
-0
/
+17
2010-09-13
llvmpipe: Fix non SSE2 builds.
José Fonseca
1
-2
/
+2
2010-09-13
r300g/swtcl: unlock VBO after draw_flush
Marek Olšák
1
-4
/
+1
2010-09-13
llvmpipe: Change asm to __asm__.
Witold Baryluk
1
-3
/
+3
2010-09-13
EGL DRI2: 0xa011 is Pineview not Ironlake
Jesse Barnes
1
-1
/
+1
2010-09-13
r600c: const buffer sizes must be a multiple of 16 consts
Alex Deucher
3
-29
/
+21
2010-09-13
EGL DRI2: add PCI ID for Ironlake mobile
Jesse Barnes
1
-0
/
+1
2010-09-13
r600c/eg: remove obselete comment
Alex Deucher
1
-2
/
+0
2010-09-13
r600c/eg: remove unused emit timestamp function
Alex Deucher
1
-8
/
+0
2010-09-13
r600c/eg: emit CB_BLEND_ALPHA with the other blend values
Alex Deucher
1
-5
/
+5
2010-09-13
r600c: remove redundant state emit on evergreen
Alex Deucher
1
-17
/
+0
2010-09-13
mesa: Revert accidentally committed vertex code chunk
Kristian Høgsberg
1
-2
/
+0
2010-09-13
r600c: eg: fix typo
Andre Maasikas
1
-1
/
+1
2010-09-13
r600c: eg: 256 float4 constants may need more than 256 bytes
Andre Maasikas
2
-2
/
+2
2010-09-13
r600c: eg - fix uninitialized variable
Andre Maasikas
1
-0
/
+2
2010-09-13
glx: Don't destroy DRI2 drawables for legacy glx drawables
Kristian Høgsberg
2
-1
/
+13
2010-09-13
r300g: fix SWTCL
Marek Olšák
4
-41
/
+99
2010-09-13
llvmpipe: Unbreak rasterization on 64bit.
José Fonseca
1
-24
/
+22
2010-09-13
gallium: Change the resource_copy_region semantics to allow copies between di...
José Fonseca
1
-3
/
+5
2010-09-13
r600g: evergreen fixup dsa state for running query.
Dave Airlie
2
-3
/
+2
2010-09-13
r600c: remove stray unmap call
Andre Maasikas
1
-1
/
+0
[next]