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
/
i965
/
brw_wm_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-1
/
+1
*
intel: Replace IS_G4X() across the driver with context structure usage.
Eric Anholt
2009-12-22
1
-2
/
+3
*
i965: Use current draw buffer instead of drawable visual to get alpha bits
Ian Romanick
2009-12-14
1
-1
/
+1
*
intel: Remove ARGB internal_format == GL_RGB hacks
Ian Romanick
2009-12-10
1
-8
/
+2
*
i965: Fix handling of drawing to MESA_FORMAT_XRGB8888
Ian Romanick
2009-12-10
1
-3
/
+14
*
intel: Axe intel_renderbuffer::texformat
Ian Romanick
2009-12-10
1
-2
/
+2
*
i965: Use MESA_FORMAT_AL1616 when appropriate
Ian Romanick
2009-11-16
1
-0
/
+3
*
i965: Add a note explaining the data cache domain.
Eric Anholt
2009-11-10
1
-1
/
+4
*
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
1
-0
/
+7
*
i965: define, use BRW_MAX_DRAW_BUFFERS
Brian Paul
2009-10-29
1
-1
/
+1
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-6
/
+5
|
\
|
*
i965: change parameter type to gl_format
Brian Paul
2009-10-21
1
-1
/
+2
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-4
/
+3
*
|
i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().
Eric Anholt
2009-10-23
1
-1
/
+2
*
|
i965: remove unused var
Brian Paul
2009-10-12
1
-1
/
+0
*
|
i965: Use a little stack space to avoid a malloc in wm_get_binding_table.
Eric Anholt
2009-10-02
1
-3
/
+1
*
|
intel: Remove some dead metaops code.
Eric Anholt
2009-09-28
1
-11
/
+2
|
/
*
i965: Fix relocation delta for WM surfaces.
Eric Anholt
2009-09-09
1
-1
/
+1
*
i965: Set NULL WM surfaces as tiled according to requirement by specs.
Eric Anholt
2009-09-08
1
-1
/
+1
*
i965: Use the renderbuffer surface size instead of region size for WM surfaces.
Eric Anholt
2009-09-08
1
-2
/
+7
*
i965: Fall back or appropriately adjust offsets of drawing to tiled regions.
Eric Anholt
2009-06-17
1
-2
/
+22
*
i965: Remove the forced lack of caching for renderbuffer surface state.
Eric Anholt
2009-05-06
1
-11
/
+8
*
i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.
Eric Anholt
2009-05-06
1
-2
/
+1
*
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
2009-05-06
1
-38
/
+92
*
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-06
1
-169
/
+2
*
i965: Don't create constant buffers if they won't be used.
Eric Anholt
2009-05-06
1
-1
/
+17
*
Merge branch 'const-buffer-changes'
Brian Paul
2009-05-01
1
-31
/
+36
|
\
|
*
i965: actually use the new, second surface state cache
Brian Paul
2009-04-22
1
-17
/
+22
|
*
i965: use _NEW_PROGRAM_CONSTANTS and always create new const buffers
Brian Paul
2009-04-22
1
-14
/
+14
*
|
i965: Support drawing to FBO cube faces other than positive X.
Eric Anholt
2009-04-23
1
-7
/
+11
|
/
*
i965: use region width, height in brw_update_renderbuffer_surface()
Brian Paul
2009-04-18
1
-2
/
+2
*
intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.
Eric Anholt
2009-04-16
1
-14
/
+34
*
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-14
1
-33
/
+172
*
i965: clean-up in prepare_wm_surfaces()
Brian Paul
2009-04-10
1
-8
/
+4
*
i965: re-org of some of the new constant buffer code
Brian Paul
2009-04-09
1
-14
/
+47
*
i965: new SURF_INDEX_ macros
Brian Paul
2009-04-09
1
-32
/
+32
*
i965: check-point commit of new constant buffer support
Brian Paul
2009-04-03
1
-7
/
+115
*
i965: comments, clean-up in prepare_wm_surfaces()
Brian Paul
2009-04-03
1
-11
/
+15
*
i965: srgb texture fixes
Roland Scheidegger
2009-03-28
1
-2
/
+8
*
i965: add support for signed rgba texture format
Roland Scheidegger
2009-03-28
1
-0
/
+4
*
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
Eric Anholt
2009-03-20
1
-7
/
+17
*
i965: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-03-12
1
-0
/
+3
*
i965: rename draw_regions -> color_regions
root
2009-02-26
1
-5
/
+5
*
i965: Fix render target read domains.
Eric Anholt
2009-02-21
1
-2
/
+1
*
i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24
Brian Paul
2009-02-20
1
-1
/
+9
*
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
1
-5
/
+6
*
i965: indentation fixes
Brian Paul
2009-01-14
1
-8
/
+14
*
i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACE
Eric Anholt
2008-11-28
1
-0
/
+5
*
i965: Fix overwriting of depth override for SetTexOffset.
Eric Anholt
2008-10-01
1
-1
/
+0
[next]