summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-2914-351/+4
* i965: Use glsl_type::column_type instead of open-coding itIan Romanick2011-10-281-3/+1
* r300c/compiler: remove the compiler tooMarek Olšák2011-10-2861-17084/+0
* i965/fs: Use the actual hardware g0 register for texel offset setup.Kenneth Graunke2011-10-281-1/+1
* radeon: Remove the non-libdrm kernel memory manager support.Eric Anholt2011-10-288-464/+2
* radeon: Insist on libdrm being present to build.Eric Anholt2011-10-283-98/+3
* dri: Remove driver GenerateMipmap hooks.Eric Anholt2011-10-284-67/+0
* radeon: Drop some remaining DRI1 vblank support code.Eric Anholt2011-10-283-58/+0
* intel: remove dead prototype for old DRI1 code.Eric Anholt2011-10-281-5/+0
* radeon: Simplify cliprects computation now that there's just 1.Eric Anholt2011-10-283-69/+15
* radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).Eric Anholt2011-10-281-54/+38
* radeon: Drop the legacy BO manager code.Eric Anholt2011-10-287-988/+0
* radeon: Drop the DRI1 zero-copy TFP code.Eric Anholt2011-10-285-92/+0
* radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.Eric Anholt2011-10-286-458/+0
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-2816-349/+0
* radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt2011-10-283-294/+0
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-2813-711/+112
* r200: Drop the non-kernel-memory-manager and DRI1 code.Eric Anholt2011-10-286-528/+86
* radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt2011-10-283-636/+6
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-28183-56328/+0
* radeon: Delete DRI1 screen init code and thus support for !kernel_mm.Eric Anholt2011-10-281-495/+5
* dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.Eric Anholt2011-10-283-10/+3
* radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.Eric Anholt2011-10-281-10/+1
* radeon: Remove dead swrast renderbuffer setup code.Eric Anholt2011-10-281-29/+20
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-279-39/+122
* i965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.Paul Berry2011-10-271-1/+1
* i965/fs: use determine_interpolation_mode().Paul Berry2011-10-271-4/+4
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-2710-38/+103
* i965/fs: Fix split_virtual_grfs() when delta_xy not in a virtual register.Paul Berry2011-10-271-1/+1
* intel: Drop texture border support code.Eric Anholt2011-10-265-93/+29
* intel: Enable stripping of texture borders.Eric Anholt2011-10-261-0/+2
* glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick2011-10-251-1/+2
* i965: Add more #defines for Gen6+ 3DSTATE_GS fields.Kenneth Graunke2011-10-251-0/+8
* i965: Add new brw_context::max_gs_threads constant.Kenneth Graunke2011-10-252-0/+8
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-2510-24/+29
* i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke2011-10-255-18/+4
* intel: Kill dead code in intel_miptree_copy_teximage()Chad Versace2011-10-251-59/+28
* i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke2011-10-241-0/+2
* intel: remove duplicated #include of texstore.hBrian Paul2011-10-231-1/+0
* radeon: remove unnecessary #includes of texstore.hBrian Paul2011-10-234-4/+0
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-232-12/+12
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-235-7/+9
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-2314-107/+116
* i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.Kenneth Graunke2011-10-211-0/+1
* i965: Remove copy and pasted gen7_wm_constants state atom.Kenneth Graunke2011-10-202-56/+1
* i965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_push_constants.Kenneth Graunke2011-10-201-1/+1
* i965: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.Kenneth Graunke2011-10-201-2/+2
* i965/vs: Fix comparisons with uint negation.Eric Anholt2011-10-203-0/+32
* i965/fs: Fix comparisions with uint negation.Eric Anholt2011-10-204-0/+49
* i965: silence signed/unsigned comparison warningBrian Paul2011-10-191-1/+2