summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
...
| * intel: Define struct intel_resolve_map [v2]Chad Versace2011-11-222-0/+2
| * intel: Change signature of HiZ resolve functionsChad Versace2011-11-223-15/+23
| * intel: Remove unused HiZ functionsChad Versace2011-11-221-9/+0
| * intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]Chad Versace2011-11-221-2/+3
| * intel: Kill intel_mipmap_level::nr_images [v4]Chad Versace2011-11-221-9/+8
| * intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-215-14/+24
| * intel: Fix swrast_render_start() for depthstencil buffers with separate stencilChad Versace2011-11-211-21/+1
* | i965: Remove unused file brw_fallback.h.Kenneth Graunke2011-11-191-47/+0
* | i965/gen4: Fix sampling from integer textures.Eric Anholt2011-11-174-8/+28
|/
* i965: Fix inconsistent indentation in brw_gs_emit.c.Kenneth Graunke2011-11-161-33/+33
* i965: Don't try to normalize cubemap coordinates for textureSize.Kenneth Graunke2011-11-121-0/+3
* i965: Add support for gl_VertexID and gl_InstanceID.Eric Anholt2011-11-114-6/+63
* i965: Replace a should-never-happen fallback with asserts where it matters.Eric Anholt2011-11-112-13/+15
* i965: remove #include of api_noop.hBrian Paul2011-11-111-1/+0
* i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.Kenneth Graunke2011-11-103-2/+12
* i965: Reorder state atom lists so all the surface state is together.Kenneth Graunke2011-11-101-16/+19
* i965: Put a proper sampler count in 3DSTATE_VS.Kenneth Graunke2011-11-102-3/+5
* i965: Upload SAMPLER_STATE pointers for the VS on Ivybridge.Kenneth Graunke2011-11-101-1/+7
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-109-33/+37
* i965: Clean up code for VS pull constant surface creation.Kenneth Graunke2011-11-103-64/+20
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-109-85/+80
* i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.Kenneth Graunke2011-11-103-15/+35
* i965: Combine the two WM pull constant tracked state atoms.Kenneth Graunke2011-11-104-59/+16
* i965: Rename gen6_*_constants tracked state atoms to "push_constants".Kenneth Graunke2011-11-104-8/+8
* i965: Remove nr_surfaces computation from brw_update_wm_surfaces.Kenneth Graunke2011-11-101-11/+1
* i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke2011-11-1010-50/+6
* i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit.Kenneth Graunke2011-11-101-2/+1
* i965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from brw_vs_surfaces.Kenneth Graunke2011-11-101-1/+0
* i965: Add missing CACHE_NEW_WM_PROG dirty bit to WM pull constants.Kenneth Graunke2011-11-101-2/+3
* i965: Use new vtable entries for surface state updating functions.Kenneth Graunke2011-11-104-126/+13
* i965: Add new vtable entries for surface state updating functions.Kenneth Graunke2011-11-104-0/+32
* i965: Claim to support rendering to integer FBOs.Eric Anholt2011-11-091-0/+7
* i965/fs: Add support for user-defined out variables.Eric Anholt2011-11-092-35/+39
* i965/fs: Preserve the source register type when doing color writes.Eric Anholt2011-11-091-4/+7
* i965: Make brw_type_for_base_type return the element type for arrays.Eric Anholt2011-11-091-0/+1
* i965: Add mapping from MESA_FORMAT to BRW_SURFACEFORMAT for integer.Eric Anholt2011-11-091-0/+24
* i965: Add support for 16-bit unorm L, A, and I textures.Eric Anholt2011-11-091-0/+3
* i965: Move _mesa_ir_link_shader call before device-specific linkingIan Romanick2011-11-071-3/+3
* i965: Fix Sandybridge regression introduced by workaround-free math.Kenneth Graunke2011-11-071-1/+1
* i965: Enable faster workaround-free math on Ivybridge.Kenneth Graunke2011-11-076-17/+81
* i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.Kenneth Graunke2011-11-061-2/+2
* i965: Fix constant propagation into 32-bit integer MUL.Paul Berry2011-11-032-2/+15
* mesa, i965: prepare for more than 8 texture targetsChia-I Wu2011-11-031-1/+1
* i965: Add support for integral vertex attributes.Paul Berry2011-11-023-4/+67
* i965: Fix flat integral varyings.Paul Berry2011-10-312-3/+5
* i965/gen6+: Switch GLSL from ALT to IEEE floating point modePaul Berry2011-10-314-6/+26
* i965: Remove the prepare() hook from state atoms.Eric Anholt2011-10-291-1/+0
* i965: Remove the memcpy()ed atoms array now that everything is emit()-based.Eric Anholt2011-10-292-12/+9
* i965: Merge brw_validate_state() and brw_upload_state() together.Eric Anholt2011-10-293-19/+5
* i965: Remove state upload code for calling prepare() now that there are none.Eric Anholt2011-10-291-20/+3