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
/
r300
/
r300_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xx
Marek Olšák
2010-08-07
1
-1
/
+1
*
r300/compiler: allow 1024 instructions in r5xx vertex shaders
Marek Olšák
2010-06-23
1
-5
/
+4
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-1
/
+2
*
Merge commit 'origin/7.8'
Maciej Cencora
2010-04-11
1
-0
/
+3
|
\
|
*
r300: respect radeon common code fallbacks
Maciej Cencora
2010-04-11
1
-0
/
+3
|
*
r300: don't enable EXT_packed_depth_stencil
Maciej Cencora
2010-03-08
1
-1
/
+3
*
|
r100/r200/r300/r300: only enable accelerated pixel ops with kms
Alex Deucher
2010-03-12
1
-1
/
+1
*
|
radeon/r200/r300/r600: add is_format_renderable function
Maciej Cencora
2010-03-09
1
-0
/
+6
*
|
r300: don't enable EXT_packed_depth_stencil
Maciej Cencora
2010-03-07
1
-1
/
+3
|
/
*
radeon/r200/r300/r600: add check_blit vtbl function
Alex Deucher
2010-03-03
1
-1
/
+2
*
radeon: Define EXT_framebuffer_object constants to match hw.
Pauli Nieminen
2010-02-10
1
-0
/
+3
*
r100/r200/r300/r600: Set MaxCombinedTextureImageunits.
Pauli Nieminen
2010-02-07
1
-0
/
+4
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-5
/
+0
|
\
|
*
r300: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-5
/
+0
*
|
r300: rv350+ support FLT16_2/4 vertex formats
Alex Deucher
2010-01-25
1
-1
/
+1
*
|
r300: only enable half floats on r500s.
Dave Airlie
2010-01-23
1
-1
/
+2
*
|
r300: half float support
Dave Airlie
2010-01-23
1
-0
/
+1
*
|
radeon/r300/r600: share common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
1
-7
/
+1
*
|
r300: prepare for texcopy code sharing
Maciej Cencora
2010-01-19
1
-0
/
+2
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-2
/
+2
*
|
r300: enable accelerated support for glCopyTexImage only under KMS
Maciej Cencora
2009-12-13
1
-1
/
+4
*
|
r300: use accelerated emit for CopyTex[Sub]Image functions
Maciej Cencora
2009-12-12
1
-0
/
+2
*
|
r300: accelerated blit support
Maciej Cencora
2009-12-12
1
-0
/
+2
*
|
r300: use _mesa_meta_Clear for buffer clears
Maciej Cencora
2009-12-12
1
-1
/
+8
|
/
*
r300: allow disabling s3tc support if libtxc_dxtn is available
Maciej Cencora
2009-11-18
1
-3
/
+3
*
r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1
Maciej Cencora
2009-11-14
1
-1
/
+1
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-4
/
+4
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-5
/
+15
|
\
|
*
r300: Workaround problem on R500 with very large fragment programs
Nicolai Hähnle
2009-10-03
1
-5
/
+15
*
|
r300: Add support for GL_EXT_provoking_vertex
Alex Deucher
2009-09-04
1
-0
/
+2
|
/
*
r300: Cleanup reported native program limits
Nicolai Hähnle
2009-08-27
1
-6
/
+3
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...
Pauli Nieminen
2009-08-25
1
-17
/
+11
|
\
|
*
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
1
-15
/
+9
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...
Pauli Nieminen
2009-08-24
1
-0
/
+2
|
\
|
|
*
r300: add support for EXT_framebuffer_blit
Maciej Cencora
2009-08-24
1
-0
/
+2
*
|
r300: Clean emit code.
Pauli Nieminen
2009-08-21
1
-3
/
+0
|
/
*
r300: remove warning introduced with OQ
Dave Airlie
2009-08-18
1
-1
/
+0
*
r300: OQ rework
Dave Airlie
2009-08-18
1
-7
/
+89
*
r300: enable ARB_occlusion_query
Maciej Cencora
2009-08-15
1
-0
/
+8
*
r300: add occlusion queries support
Maciej Cencora
2009-08-15
1
-0
/
+8
*
r300: remove unused software TNL path
Maciej Cencora
2009-08-14
1
-17
/
+1
*
r300: use VBOs for vertex attributes
Maciej Cencora
2009-08-14
1
-0
/
+2
*
radeon: fix r100/r200 compressed texture stride
Roland Scheidegger
2009-07-31
1
-5
/
+0
*
r300: use mesa provided function for adding MVP code
Maciej Cencora
2009-07-13
1
-2
/
+0
*
radeon: fix hw texture limits
Roland Scheidegger
2009-06-25
1
-2
/
+8
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
1
-0
/
+2
|
\
|
*
radeons: use dp4 for position invariant vertex programs
Roland Scheidegger
2009-06-19
1
-0
/
+2
|
*
r300: Make sure to drop current hardware state reference to texture objects.
Michel Dänzer
2009-05-14
1
-0
/
+7
[next]