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
/
drivers
/
dri
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeon/r200/r300/r600: add check_blit vtbl function
Alex Deucher
2010-03-03
5
-7
/
+45
*
Remove stray defines of HAVE_RGBA
Ian Romanick
2010-03-03
1
-1
/
+0
*
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-03-03
1
-2
/
+0
*
r600: add new rs880 pci id
Alex Deucher
2010-03-03
2
-0
/
+2
*
radeon/r200/r300/r600: fix blit BO buffer validation
Dave Airlie
2010-03-03
1
-4
/
+8
*
radeon: Reduce number of radeon_bo_map calls that require kernel entry.
Pauli Nieminen
2010-03-01
1
-3
/
+13
*
radeon: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-0
/
+1
*
radeon/r200: fix the state emission before kernel clear
Dave Airlie
2010-02-24
1
-1
/
+2
*
radeon: fix bad state emission causes kernel to do bad depth clear
Dave Airlie
2010-02-24
1
-0
/
+1
*
radeon: Silence compiler format warning.
Vinson Lee
2010-02-20
1
-1
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
4
-7
/
+7
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-3
/
+3
*
dri: Fix copy-and-paste brain damage in previous commit
Ian Romanick
2010-02-10
1
-3
/
+3
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-4
/
+5
*
radeon: Fix printf formatings to match te values.
Pauli Nieminen
2010-02-10
2
-2
/
+2
*
radeon: Define EXT_framebuffer_object constants to match hw.
Pauli Nieminen
2010-02-10
1
-0
/
+2
*
dri_interface: Introduce DRI tokens for the texBuffer texture formats
Kristian Høgsberg
2010-02-09
1
-4
/
+4
*
radeon: Add some debug output for fbo support
Pauli Nieminen
2010-02-09
4
-0
/
+80
*
radeon: fix UMS since stp addition.
Dave Airlie
2010-02-08
1
-1
/
+2
*
r100/r200/r300/r600: Set MaxCombinedTextureImageunits.
Pauli Nieminen
2010-02-07
1
-0
/
+1
*
radeon: Add some debug output to texture function.\n
Pauli Nieminen
2010-02-06
1
-26
/
+84
*
radeon: Use _mesa_next_pow_two_32 instead of own implementation.
Pauli Nieminen
2010-02-06
1
-14
/
+1
*
radeon: Add some debug output to miptree code.
Pauli Nieminen
2010-02-06
1
-23
/
+62
*
radeon: Remove the loop from stride size calculation.
Pauli Nieminen
2010-02-06
1
-8
/
+14
*
r100: Add the polygon stipple state to the state list.
Pauli Nieminen
2010-02-05
1
-0
/
+1
*
radeon: Make debugging automaticaly increase logging verbosity for debug build.
Pauli Nieminen
2010-02-04
1
-1
/
+5
*
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-1
/
+1
*
radeon: Remove unnecessary headers.
Vinson Lee
2010-01-30
13
-40
/
+0
*
radeon: Silence "format" compiler warnings.
Vinson Lee
2010-01-28
1
-1
/
+1
*
radeon/r200/r300: don't clean non-emitted state.
Dave Airlie
2010-01-27
1
-1
/
+2
*
radeon: remove unused file
Dave Airlie
2010-01-27
1
-681
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
radeon: Remove unused variable.
Vinson Lee
2010-01-23
1
-1
/
+0
|
*
radeon: fix prediction for r100 inline vert/elt emits.
Dave Airlie
2010-01-11
1
-0
/
+1
|
*
radeon: fix bug in realloc code.
Dave Airlie
2010-01-11
1
-1
/
+1
*
|
r600: fix brownbag, only align if we are dealing with cubemap
Andre Maasikas
2010-01-22
1
-1
/
+1
*
|
r600: cubemap levels seem to be aligned to 8 images
Andre Maasikas
2010-01-22
1
-0
/
+6
*
|
radeon/fbo: flush rendering before generating mipmaps
Andre Maasikas
2010-01-22
1
-0
/
+7
*
|
radeon/fbo: use correct depth texture offset for depth textures
Andre Maasikas
2010-01-22
3
-26
/
+4
*
|
egl: Remove USING_EGL and the related drivers.
Chia-I Wu
2010-01-22
1
-1088
/
+0
*
|
dri: Remove unnecessary glapi headers.
Chia-I Wu
2010-01-21
1
-1
/
+0
*
|
Remove hardcoded -Wall from Radeon DRI makefiles
Alan Coopersmith
2010-01-19
1
-1
/
+1
*
|
r100/r200: fix Y coord flipping in accelerated blits
Alex Deucher
2010-01-19
1
-6
/
+5
*
|
r100/r200: fix dst pitch in blit code
Alex Deucher
2010-01-19
1
-1
/
+1
*
|
r100/r200: align to pitch updates in blit interface
Maciej Cencora
2010-01-20
1
-2
/
+2
*
|
r100: use common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
8
-220
/
+60
*
|
radeon/r300/r600: share common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
2
-0
/
+165
*
|
radeon: use mesa provided _mesa_tex_target_to_face function
Maciej Cencora
2010-01-19
2
-19
/
+3
*
|
radeon: add blit function to vtbl
Maciej Cencora
2010-01-19
1
-0
/
+20
[prev]
[next]