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
/
gallium
/
drivers
/
cell
/
ppu
/
cell_pipe_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cell: fix segfault when freeing samplers
Brian Paul
2010-07-26
1
-1
/
+1
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-1
/
+8
|
\
|
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-1
/
+8
*
|
cell: fix breakage from earlier draw module changes
Brian Paul
2010-05-21
1
-1
/
+1
|
/
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-10
/
+10
*
gallium: Check for OOM condition when creating a sampler view.
Michal Krol
2010-03-11
1
-5
/
+7
*
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-6
/
+16
|
\
|
*
cell: fix up assorted compilation problems
Brian Paul
2010-03-09
1
-6
/
+16
*
|
cell: Fix after sampler view changes.
Michal Krol
2010-02-25
1
-6
/
+39
|
/
*
cell: adapt to stencil ref changes
Roland Scheidegger
2010-02-11
1
-0
/
+14
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
cell: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
*
cell: don't need tex transfer for drawing surfaces
Brian Paul
2009-02-24
1
-30
/
+24
*
cell: updates for new pipe_transfer changes
Brian Paul
2009-02-18
1
-23
/
+78
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-1
/
+1
*
cell: include cell_pipe_state.h
Brian Paul
2008-11-12
1
-0
/
+1
*
cell: set cell->num_textures
Brian Paul
2008-10-22
1
-0
/
+2
*
cell: more efficient state emit for textures/samplers
Brian Paul
2008-10-17
1
-18
/
+23
*
cell: now do texture twiddling in the right way, at the right time.
Brian Paul
2008-10-14
1
-2
/
+0
*
cell: remove old code, clean-ups, etc.
Brian Paul
2008-10-14
1
-1
/
+1
*
cell: asst clean-up, var renaming
Brian Paul
2008-09-26
1
-10
/
+9
*
cell: remove unneeded blend/depth_stencil subclasses
Brian Paul
2008-09-26
1
-35
/
+9
*
cell: disable invalid spe_release_func() calls, fixes crash on exit
Brian Paul
2008-09-12
1
-0
/
+4
*
cell: disable calls to old gen code
Brian Paul
2008-09-12
1
-2
/
+4
*
cell: more cell_init_*_functions()
Brian Paul
2008-09-04
1
-2
/
+3
*
cell: flush rendering to current surfaces before installing new ones
Brian Paul
2008-09-03
1
-2
/
+16
*
cell: asst fixes to get driver building/running again.
Brian
2008-08-25
1
-2
/
+4
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
cell: assert num samplers/textures <= CELL_MAX_SAMPLERS
Brian
2008-04-01
1
-4
/
+6
*
cell: set cell->num_textures in cell_set_sampler_textures()
Brian
2008-03-31
1
-0
/
+1
*
cell: Generate blend / depth test code when state atom is created
Ian Romanick
2008-03-21
1
-21
/
+9
*
cell: Change code-gen for CONST_COLOR blend factor
Ian Romanick
2008-03-21
1
-1
/
+1
*
cell: Call the correct function to generate blending code
Ian Romanick
2008-03-20
1
-1
/
+1
*
cell: Use code-gen for alpha blend
Ian Romanick
2008-03-20
1
-3
/
+8
*
cell: Don't segfault when unbinding alpha / stencil / depth test state
Ian Romanick
2008-03-17
1
-1
/
+1
*
cell: Initial code-gen for alpha / stencil / depth testing
Ian Romanick
2008-03-17
1
-7
/
+30
*
cell: sync up with sampler/texture state-setting changes
Brian
2008-03-10
1
-10
/
+22
*
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-26
1
-2
/
+1
*
cell: use pipe_texture_reference()
Brian
2008-02-20
1
-1
/
+3
*
cell: init shader-related functions in cell_init_shader_functions()
Brian
2008-02-20
1
-1
/
+0
*
cell: plug in cell_set_sampler_texture
Brian
2008-02-20
1
-0
/
+2
*
cell: put most simple state-setter functions in new cell_pipe_state.c file
Brian
2008-02-20
1
-0
/
+323