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
/
r200
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
2
-2
/
+4
*
r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms
Alex Deucher
2010-03-24
1
-4
/
+3
*
Merge branch '7.8'
Brian Paul
2010-03-22
2
-24
/
+35
|
\
|
*
r200: Fix emit size prediction to account elt splitting.
Pauli Nieminen
2010-03-21
2
-3
/
+4
|
*
r200: Don't flush when closing elts in KMS.
Pauli Nieminen
2010-03-21
1
-1
/
+2
|
*
r200: Fix swtnl fallback to flush pending rendering before transition.
Pauli Nieminen
2010-03-21
1
-4
/
+14
|
*
r200: Fix mixed indetion in r200TclFallback.
Pauli Nieminen
2010-03-21
1
-21
/
+20
*
|
Merge branch '7.8'
Michel Dänzer
2010-03-12
1
-1
/
+1
|
\
|
|
*
Grammar and spelling fixes
Jeff Smith
2010-03-12
1
-1
/
+1
|
*
radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit
Alex Deucher
2010-03-08
1
-8
/
+2
|
*
radeon/r200/r600: reset bos when validating buffers during blit
Alex Deucher
2010-03-08
1
-0
/
+3
*
|
r100/r200/r300/r300: only enable accelerated pixel ops with kms
Alex Deucher
2010-03-12
3
-6
/
+9
*
|
r200: support additional blit formats
Alex Deucher
2010-03-11
2
-18
/
+138
*
|
r200: add additional blit formats
Alex Deucher
2010-03-10
1
-0
/
+17
*
|
radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)Pixels
Alex Deucher
2010-03-10
5
-536
/
+4
*
|
radeon/r200/r300/r600: add is_format_renderable function
Maciej Cencora
2010-03-09
1
-0
/
+1
*
|
radeon: add hw accelerated glReadPixel support (not enabled yet)
Maciej Cencora
2010-03-09
2
-0
/
+2
*
|
radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit
Alex Deucher
2010-03-08
1
-8
/
+2
*
|
radeon/r200/r600: reset bos when validating buffers during blit
Alex Deucher
2010-03-08
1
-0
/
+3
*
|
radeon: move glGetTexImage handlers to seperate file
Maciej Cencora
2010-03-07
2
-0
/
+2
*
|
radeon: added tiling functions
Maciej Cencora
2010-03-07
3
-1
/
+4
*
|
dri: drop MINIGLX_SOURCES (2)
George Sapountzis
2010-03-06
1
-1
/
+0
*
|
dri: drop MINIGLX_SOURCES
George Sapountzis
2010-03-06
1
-2
/
+0
|
/
*
radeon/r200/r300/r600: add check_blit vtbl function
Alex Deucher
2010-03-03
3
-2
/
+5
*
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
*
radeon/r200/r300/r600: fix blit BO buffer validation
Dave Airlie
2010-03-03
1
-4
/
+8
*
radeon/r200: fix the state emission before kernel clear
Dave Airlie
2010-02-24
1
-0
/
+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
*
r200: Fix UMS notto emit stp.
Pauli Nieminen
2010-02-09
1
-1
/
+4
*
r200: Fix LOD min/max emit.
Pauli Nieminen
2010-02-07
2
-7
/
+30
*
r100/r200/r300/r600: Set MaxCombinedTextureImageunits.
Pauli Nieminen
2010-02-07
1
-0
/
+2
*
r200: Fix lod bias correction.
Pauli Nieminen
2010-02-07
3
-4
/
+7
*
r200: Add some debug output to texture function.
Pauli Nieminen
2010-02-06
1
-15
/
+30
*
r200: Optimize polygon stipple emit.
Pauli Nieminen
2010-02-05
1
-1
/
+10
*
r200: Add trace logging to r200PointSize.
Pauli Nieminen
2010-02-05
1
-0
/
+7
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
1
-2
/
+5
*
r200: Add the polygon stipple state to the state list.
Pauli Nieminen
2010-02-04
1
-0
/
+1
*
r200: Add logging for glPolygonStripple.
Pauli Nieminen
2010-02-04
1
-0
/
+6
*
r200: Fix EXT_fogcoord rendering.
Pauli Nieminen
2010-02-02
1
-2
/
+2
*
r200: Remove unnecessary headers.
Vinson Lee
2010-01-30
9
-24
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+1
|
\
|
*
r200: Silence fprintf format warning.
Vinson Lee
2010-01-24
1
-1
/
+1
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+2
|
\
|
|
*
r200: fix CS section size mismatch
Roland Scheidegger
2010-01-21
1
-1
/
+2
|
*
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-12-22
5
-1
/
+5
*
|
egl: Remove USING_EGL and the related drivers.
Chia-I Wu
2010-01-22
2
-5
/
+0
*
|
r200: re-adding missing pitch alignment check in blit code
Alex Deucher
2010-01-20
1
-0
/
+4
*
|
r200: fix some breakage after move to common blit code
Alex Deucher
2010-01-20
1
-4
/
+0
[next]