index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
nv50: don't produce MOV immediate to output reg in store opt
Christoph Bumiller
2010-07-24
2
-10
/
+14
|
*
|
|
nv50: introduce the big formats table
Christoph Bumiller
2010-07-24
10
-272
/
+486
|
*
|
|
nouveau: update nouveau_class.h
Christoph Bumiller
2010-07-24
3
-84
/
+1159
|
*
|
|
nv50: import new compiler
Christoph Bumiller
2010-07-23
15
-4687
/
+6485
*
|
|
|
llvmpipe: return zero from floor_pot(zero)
Keith Whitwell
2010-09-15
1
-1
/
+3
*
|
|
|
llvmpipe: remove duplicate code
Keith Whitwell
2010-09-15
1
-5
/
+0
*
|
|
|
llvmpipe: brackets around macro arg
Keith Whitwell
2010-09-15
1
-1
/
+1
*
|
|
|
glapi: Fix ES build errors again.
Chia-I Wu
2010-09-15
1
-2
/
+2
*
|
|
|
r600g: Silence unused variable warning.
Vinson Lee
2010-09-15
1
-0
/
+2
*
|
|
|
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-1
/
+1
*
|
|
|
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-0
/
+3
*
|
|
|
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-1
/
+1
*
|
|
|
nvfx: Silence uninitialized variable warnings.
Vinson Lee
2010-09-15
1
-0
/
+3
*
|
|
|
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-1
/
+1
*
|
|
|
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-1
/
+1
*
|
|
|
glsl: Fix 'format not a string literal and no format arguments' warning.
Vinson Lee
2010-09-15
1
-1
/
+1
*
|
|
|
r300g: fix buffer reuse issue caused by previous commit
Dave Airlie
2010-09-15
1
-3
/
+6
*
|
|
|
glapi: Fix build errors for ES.
Chia-I Wu
2010-09-15
1
-1
/
+1
*
|
|
|
r600c: fix buffer height setting in dri2 case
Andre Maasikas
2010-09-15
2
-9
/
+46
*
|
|
|
r300g: prevent creating multiple winsys BOs for the same handle
Marek Olšák
2010-09-15
2
-4
/
+26
*
|
|
|
mesa: Include missing header in program.h.
Vinson Lee
2010-09-14
1
-0
/
+1
*
|
|
|
r600g: Remove unnecessary headers.
Vinson Lee
2010-09-14
2
-3
/
+0
*
|
|
|
auxiliary: fix unintended fallthrough
Luca Barbieri
2010-09-14
1
-0
/
+1
*
|
|
|
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-09-14
1
-1
/
+0
*
|
|
|
glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()
Brian Paul
2010-09-14
1
-2
/
+2
*
|
|
|
r600c: fix setting negative values to bitfields
7.9-branchpoint
Andre Maasikas
2010-09-14
1
-1
/
+1
*
|
|
|
mesa: update to version 64 of GL/glext.h
Brian Paul
2010-09-14
12
-23
/
+23
*
|
|
|
mesa: move, redefine MESA_GEOMETRY_PROGRAM
Brian Paul
2010-09-14
2
-9
/
+15
*
|
|
|
glsl2: add case for ir_unop_noise
Brian Paul
2010-09-14
1
-0
/
+4
*
|
|
|
glsl2: fix comments
Brian Paul
2010-09-14
3
-3
/
+3
*
|
|
|
mesa: Remove unnecessary FEATURE tests.
Chia-I Wu
2010-09-14
2
-18
/
+0
*
|
|
|
mesa: Less FEATURE_ARB_sync tests.
Chia-I Wu
2010-09-14
5
-25
/
+60
*
|
|
|
mesa: Remove unused _MESA_INIT_*_FUNCTIONS.
Chia-I Wu
2010-09-14
11
-90
/
+0
*
|
|
|
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-14
1
-1
/
+0
*
|
|
|
llvmpipe: Initialize variable for potentially unhandled switch case.
Vinson Lee
2010-09-14
1
-0
/
+3
*
|
|
|
i965g: Fix 'control reaches end of non-void function' warning.
Vinson Lee
2010-09-14
1
-1
/
+2
*
|
|
|
i915g: Fix 'control reaches end of non-void function' warning.
Vinson Lee
2010-09-13
1
-1
/
+2
*
|
|
|
i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.
Vinson Lee
2010-09-13
1
-0
/
+1
*
|
|
|
identity: Fix 'assignment from incompatible pointer type' warning.
Vinson Lee
2010-09-13
1
-1
/
+1
*
|
|
|
rbug: Fix 'assignment from incompatible pointer type' warning.
Vinson Lee
2010-09-13
1
-1
/
+1
*
|
|
|
mesa/st: ask GLSL to not emit noise since we have a dummy implementation
Luca Barbieri
2010-09-14
1
-0
/
+2
*
|
|
|
mesa/st: set compiler options based on Gallium shader caps
Luca Barbieri
2010-09-14
1
-0
/
+9
*
|
|
|
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
25
-345
/
+612
*
|
|
|
glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequal
Ian Romanick
2010-09-13
3
-240
/
+48
*
|
|
|
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-13
8
-23
/
+74
*
|
|
|
loop_unroll: unroll loops with (lowered) breaks
Luca Barbieri
2010-09-13
1
-4
/
+89
*
|
|
|
glsl2: Add pass to remove redundant jumps
Ian Romanick
2010-09-13
6
-1
/
+118
*
|
|
|
glsl: Explain file naming convention
Ian Romanick
2010-09-13
1
-0
/
+12
*
|
|
|
loop_controls: fix analysis of already analyzed loops
Luca Barbieri
2010-09-13
1
-1
/
+8
*
|
|
|
i965: Request that returns be lowered in shader main
Ian Romanick
2010-09-13
1
-0
/
+1
[prev]
[next]