aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fall back or appropriately adjust offsets of drawing to tiled regions.Eric Anholt2009-06-171-2/+22
* i965: Remove the forced lack of caching for renderbuffer surface state.Eric Anholt2009-05-061-11/+8
* i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.Eric Anholt2009-05-061-2/+1
* i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-061-38/+92
* i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-061-169/+2
* i965: Don't create constant buffers if they won't be used.Eric Anholt2009-05-061-1/+17
* Merge branch 'const-buffer-changes'Brian Paul2009-05-011-31/+36
|\
| * i965: actually use the new, second surface state cacheBrian Paul2009-04-221-17/+22
| * i965: use _NEW_PROGRAM_CONSTANTS and always create new const buffersBrian Paul2009-04-221-14/+14
* | i965: Support drawing to FBO cube faces other than positive X.Eric Anholt2009-04-231-7/+11
|/
* i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul2009-04-181-2/+2
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-14/+34
* i965: checkpoint commit: VS constant buffersBrian Paul2009-04-141-33/+172
* i965: clean-up in prepare_wm_surfaces()Brian Paul2009-04-101-8/+4
* i965: re-org of some of the new constant buffer codeBrian Paul2009-04-091-14/+47
* i965: new SURF_INDEX_ macrosBrian Paul2009-04-091-32/+32
* i965: check-point commit of new constant buffer supportBrian Paul2009-04-031-7/+115
* i965: comments, clean-up in prepare_wm_surfaces()Brian Paul2009-04-031-11/+15
* i965: srgb texture fixesRoland Scheidegger2009-03-281-2/+8
* i965: add support for signed rgba texture formatRoland Scheidegger2009-03-281-0/+4
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-7/+17
* i965: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+3
* i965: rename draw_regions -> color_regionsroot2009-02-261-5/+5
* i965: Fix render target read domains.Eric Anholt2009-02-211-2/+1
* i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24Brian Paul2009-02-201-1/+9
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-5/+6
* i965: indentation fixesBrian Paul2009-01-141-8/+14
* i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACEEric Anholt2008-11-281-0/+5
* i965: Fix overwriting of depth override for SetTexOffset.Eric Anholt2008-10-011-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-17/+17
* intel: Fix depth_stencil texture.Xiang, Haihao2008-09-041-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-58/+58
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-58/+58
* i965: fixup format for TFP zero copyDave Airlie2008-08-201-2/+12
* i965: make tex offset override work..Dave Airlie2008-08-201-15/+30
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-30/+8
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-10/+27
* [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-5/+5
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-17/+17
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-7/+9
* i965: fix DEPTH_TEXTURE_MODE (bug #14220)Xiang, Haihao2008-04-221-4/+10
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-24/+51
* [965] Initialize region surface key structure padding.Eric Anholt2008-03-191-0/+2
* intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-141-0/+3
* [i965] multiple rendering target supportZou Nan hai2008-03-131-25/+29
* [965] Fix conditional sequencing to allow the frame_buffer_texobj case.Eric Anholt2008-02-281-8/+6
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-3/+1
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-49/+38
* [965] Convert surface state to use a cache key instead of brw_cache_data.Eric Anholt2008-01-021-48/+87