index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: clean up texture target switches
Brian Paul
2009-08-26
1
-2
/
+10
*
mesa: var renaming, new assertion
Brian Paul
2009-08-26
1
-4
/
+5
*
mesa: additional instruction field size assertions
Brian Paul
2009-08-26
1
-0
/
+6
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-26
2
-3
/
+8
|
\
|
*
glsl: fix bug in sampler array indexing
Brian Paul
2009-08-26
1
-3
/
+7
|
*
ARB prog: Set error instead of falling through with incorrect value
Brian Paul
2009-08-24
1
-0
/
+3
|
*
vbo: fix divide by zero exception
Brian Paul
2009-08-24
1
-1
/
+1
|
*
glsl: Silence gcc uninitialized variable warning.
Vinson Lee
2009-08-24
1
-1
/
+1
|
*
st/mesa: flush bitmap cache if Z value changes
Brian Paul
2009-08-21
1
-5
/
+11
*
|
r600: fix two sided stencil
Alex Deucher
2009-08-26
1
-14
/
+4
*
|
r600: add missing radeon_cs_space_set_flush call
Alex Deucher
2009-08-26
1
-0
/
+3
*
|
r600: make reloc_chunk size dynamic
Alex Deucher
2009-08-26
2
-5
/
+10
*
|
r600: fix memory leak
Alex Deucher
2009-08-26
1
-1
/
+2
*
|
r300: r4xx and rs4xx also have lte discard regs
Alex Deucher
2009-08-26
1
-1
/
+4
*
|
r600: Update vertex fetch shader if necessary
Cooper Yuan
2009-08-26
3
-6
/
+19
*
|
radeon/r100/r200: actually init the OQ support properly
Dave Airlie
2009-08-26
3
-0
/
+3
*
|
radeon/r200: OQ support for r200 in theory.
Dave Airlie
2009-08-26
3
-0
/
+30
*
|
radeon: add r100 OQ support with kms.
Dave Airlie
2009-08-26
4
-0
/
+33
*
|
mesa: validate shader before drawing (for debugging, disabled)
Brian Paul
2009-08-25
1
-0
/
+10
*
|
glsl: update a texture/sampler comment
Brian Paul
2009-08-25
1
-1
/
+1
*
|
glsl: implement shader sampler validation
Brian Paul
2009-08-25
2
-11
/
+109
*
|
mesa: use gl_texture_index type for gl_program::SamplerTargets
Brian Paul
2009-08-25
1
-1
/
+1
*
|
i965: add some texture unit/target assertions
Brian Paul
2009-08-25
2
-0
/
+10
*
|
mesa: print some program fields in binary too
Brian Paul
2009-08-25
1
-2
/
+29
*
|
r200: Add scissor to state atom list.
Pauli Nieminen
2009-08-26
10
-78
/
+119
*
|
radeon/r600: Fix remaining warnings when building 64 bit binary.
Pauli Nieminen
2009-08-25
4
-6
/
+9
*
|
r200: Addd missing parameter to debug output.
Pauli Nieminen
2009-08-25
1
-1
/
+1
*
|
r200: Fix commit size prediction.
Pauli Nieminen
2009-08-25
1
-1
/
+4
*
|
radeon: Fix all compiler warnings.
Pauli Nieminen
2009-08-25
13
-43
/
+31
*
|
mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak
Brian Paul
2009-08-25
1
-1
/
+0
*
|
Revert "glapi: Fix a possible race in getting current context/dispatch."
Brian Paul
2009-08-25
3
-41
/
+41
*
|
Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...
Pauli Nieminen
2009-08-25
1
-80
/
+41
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...
Pauli Nieminen
2009-08-25
25
-217
/
+293
|
\
\
|
*
|
r300: fix condition logic
Maciej Cencora
2009-08-25
1
-1
/
+1
|
*
|
r300: set proper CS section size
Maciej Cencora
2009-08-25
1
-1
/
+1
|
*
|
r300: add support for getting Z pipe info from drm
Alex Deucher
2009-08-24
5
-16
/
+36
|
*
|
r600: code cleanup
Alex Deucher
2009-08-24
5
-108
/
+74
|
*
|
radeon: fix fbo size calculation to after pitch
Dave Airlie
2009-08-25
1
-1
/
+2
|
*
|
ARB prog: Set error instead of falling through with incorrect value
Ian Romanick
2009-08-24
1
-0
/
+3
|
*
|
vbo: fix divide by zero exception
Brian Paul
2009-08-24
1
-1
/
+1
|
*
|
glsl: Silence gcc uninitialized variable warning.
Vinson Lee
2009-08-24
1
-1
/
+1
|
*
|
st/mesa: flush bitmap cache if Z value changes
Brian Paul
2009-08-24
1
-5
/
+11
|
*
|
ARB prog parser: Regenerate parser from previous commit
Ian Romanick
2009-08-24
1
-6
/
+6
|
*
|
ARB prog parser: use correct context limits
Brian Paul
2009-08-24
1
-6
/
+6
|
*
|
r600: fix state emit sizes
Alex Deucher
2009-08-24
3
-14
/
+75
|
*
|
glapi: Fix a possible race in getting current context/dispatch.
Chia-I Wu
2009-08-24
3
-41
/
+41
|
*
|
glapi: Static mutex does not work on WIN32_THREADS.
Chia-I Wu
2009-08-24
1
-2
/
+11
|
*
|
glapi: Fix a race in accessing context/dispatch TSD.
Chia-I Wu
2009-08-24
1
-0
/
+4
|
*
|
glapi: Protect _glapi_check_multithread by a mutex.
Chia-I Wu
2009-08-24
1
-14
/
+15
|
*
|
mesa: _mesa_layout_parameters() returns a boolean value
Brian Paul
2009-08-24
2
-5
/
+10
[next]