index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_wm_surface_state.c
Age
Commit message (
Expand
)
Author
2010-06-23
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-11
i965: Remove the surface key used to generate constant surfaces.
Eric Anholt
2010-06-11
i965: Warning fixes from the i965-streaming merge.
Eric Anholt
2010-06-11
i965: Use the state base address to avoid relocations.
Eric Anholt
2010-06-11
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
i965: Convert the binding table to streamed indirect state.
Eric Anholt
2010-06-11
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-08
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-02
intel: Remove a leftover DRI1/DRI2 conditional
Kristian Høgsberg
2010-04-22
i965: Fix assertion for surface tile offset usage on Ironlake.
Eric Anholt
2010-03-17
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-05
intel: Remove support for the DRI1 TFP extension.
Eric Anholt
2010-03-05
i965: Remove the paths for making a const surface object for a NULL BO.
Eric Anholt
2010-02-25
i965: Update WM surface state setup for sandybridge's new BLEND_STATE.
Eric Anholt
2010-01-26
i965: Add support for EXT_draw_buffers2.
Eric Anholt
2010-01-19
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-05
i965: Fix build after blind merge of mesa 7.7 by Brian.
Eric Anholt
2010-01-04
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
i965: Fix the surface offset calculation for tiled buffers.
Eric Anholt
2009-12-29
mesa: implement per-buffer color masking
Brian Paul
2009-12-22
intel: Replace IS_G4X() across the driver with context structure usage.
Eric Anholt
2009-12-14
i965: Use current draw buffer instead of drawable visual to get alpha bits
Ian Romanick
2009-12-10
intel: Remove ARGB internal_format == GL_RGB hacks
Ian Romanick
2009-12-10
i965: Fix handling of drawing to MESA_FORMAT_XRGB8888
Ian Romanick
2009-12-10
intel: Axe intel_renderbuffer::texformat
Ian Romanick
2009-11-16
i965: Use MESA_FORMAT_AL1616 when appropriate
Ian Romanick
2009-11-10
i965: Add a note explaining the data cache domain.
Eric Anholt
2009-10-29
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
i965: define, use BRW_MAX_DRAW_BUFFERS
Brian Paul
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-23
i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().
Eric Anholt
2009-10-21
i965: change parameter type to gl_format
Brian Paul
2009-10-12
i965: remove unused var
Brian Paul
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-10-02
i965: Use a little stack space to avoid a malloc in wm_get_binding_table.
Eric Anholt
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-28
intel: Remove some dead metaops code.
Eric Anholt
2009-09-09
i965: Fix relocation delta for WM surfaces.
Eric Anholt
2009-09-08
i965: Set NULL WM surfaces as tiled according to requirement by specs.
Eric Anholt
2009-09-08
i965: Use the renderbuffer surface size instead of region size for WM surfaces.
Eric Anholt
2009-06-17
i965: Fall back or appropriately adjust offsets of drawing to tiled regions.
Eric Anholt
2009-05-06
i965: Remove the forced lack of caching for renderbuffer surface state.
Eric Anholt
2009-05-06
i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.
Eric Anholt
2009-05-06
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
2009-05-06
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-06
i965: Don't create constant buffers if they won't be used.
Eric Anholt
2009-05-01
Merge branch 'const-buffer-changes'
Brian Paul
[next]