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
/
gallium
/
drivers
/
nv50
/
nv50_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50: fill out CAPs for indirect addressing
Marek Olšák
2010-11-12
1
-0
/
+5
*
nv50: fix/handle a few more PIPE_CAPs
Christoph Bumiller
2010-09-25
1
-1
/
+6
*
nv50: use CLEAR_BUFFERS for surface fills
Christoph Bumiller
2010-09-25
1
-0
/
+3
*
nv50: emit constbuf relocs before uploading constants
Christoph Bumiller
2010-09-18
1
-14
/
+33
*
nv50: add relocs for stack and local mem buffers
Christoph Bumiller
2010-09-18
1
-0
/
+13
*
Merge remote branch 'origin/nv50-compiler'
Christoph Bumiller
2010-09-15
1
-64
/
+74
|
\
|
*
nv50: use actual loads/stores if TEMPs are accessed indirectly
Christoph Bumiller
2010-09-09
1
-4
/
+21
|
*
nv50: prepare for having multiple functions
Christoph Bumiller
2010-09-09
1
-1
/
+2
|
*
nv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 caps
Christoph Bumiller
2010-09-01
1
-0
/
+4
|
*
nv50: loops part 2
Christoph Bumiller
2010-08-15
1
-0
/
+27
|
*
nv50: introduce the big formats table
Christoph Bumiller
2010-07-24
1
-59
/
+22
*
|
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-26
/
+38
|
/
*
nv50: implement depth clamp
Christoph Bumiller
2010-07-23
1
-0
/
+5
*
nv50: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-0
/
+2
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-0
/
+4
|
\
|
*
nouveau: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-0
/
+4
*
|
nv50: fill in shader limits
Christoph Bumiller
2010-05-20
1
-0
/
+28
*
|
gallium: EXT_timer_query support.
Mathias Fröhlich
2010-05-17
1
-0
/
+2
*
|
gallium: Make PIPE_CAP_xxx enums.
José Fonseca
2010-05-12
1
-2
/
+2
*
|
nouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
Xavier Chantry
2010-05-05
1
-4
/
+12
|
/
*
nv50: raise constant buffers size to maximum
Christoph Bumiller
2010-04-30
1
-11
/
+7
*
nv50: Remove unused variable.
Vinson Lee
2010-04-17
1
-2
/
+0
*
nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...
Luca Barbieri
2010-04-15
1
-4
/
+2
*
nouveau: bind the 3D engine to subchannel 7 and add RING_3D
Luca Barbieri
2010-04-12
1
-0
/
+3
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-3
/
+4
*
nouveau: Import latest nouveau_class.h from renouveau
Ben Skeggs
2010-04-09
1
-2
/
+2
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-4
/
+4
*
nv50: report driver as GLSL capable
Christoph Bumiller
2010-03-21
1
-1
/
+1
*
nv50: get rid of the static_init stateobj
Christoph Bumiller
2010-03-21
1
-137
/
+139
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-1
/
+0
|
\
|
*
nv50: fixup after gallium-context-transfers merge
Xavier Chantry
2010-03-13
1
-1
/
+0
*
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-43
/
+19
|
\
|
|
*
nv50: add option to force immediate-mode submission, disable by default
Ben Skeggs
2010-03-10
1
-2
/
+5
|
*
nv50: make use of scissor enable/disable method
Ben Skeggs
2010-03-10
1
-4
/
+0
|
*
nv50: remove pre_pipebuffer_map hack....
Ben Skeggs
2010-03-10
1
-23
/
+0
|
*
nv50: rework state emission
Ben Skeggs
2010-03-10
1
-2
/
+2
|
*
nouveau: Rename pipe formats.
José Fonseca
2010-03-01
1
-14
/
+14
*
|
nv50: update to handle new sampler view state
Christoph Bumiller
2010-02-25
1
-3
/
+3
|
/
*
nv50: use hw idx buffers where we can
Ben Skeggs
2010-02-16
1
-1
/
+1
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-0
/
+1
*
nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy
Marcin Slusarz
2010-02-01
1
-0
/
+3
*
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-0
/
+6
*
nv50: supports independent blend enables
Christoph Bumiller
2010-01-26
1
-1
/
+1
*
gallium: add the new PIPE_CAP blend bits to more drivers
Roland Scheidegger
2010-01-26
1
-0
/
+4
*
nv50: implement instanced drawing
Christoph Bumiller
2010-01-17
1
-2
/
+14
*
nv50: hook up geometry programs
Christoph Bumiller
2010-01-16
1
-15
/
+27
*
nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly
Maarten Maathuis
2010-01-05
1
-6
/
+3
*
nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
Maarten Maathuis
2010-01-05
1
-0
/
+23
*
nouveau: Unreference state/buffer objects on context/screen destruction.
Younes Manton
2009-12-28
1
-0
/
+15
*
nv50: Dehexify and bring up to date with new method defines.
Marcin Kościelnicki
2009-12-28
1
-23
/
+21
[next]