summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't allocate curbe buffers on Gen6+.Kenneth Graunke2013-08-061-2/+4
* intel_fbo: remove unused intel_renderbuffer hiz functionsJordan Justen2013-08-042-26/+0
* i965 clear/draw: set renderbuffer attachment as needing depth resolveJordan Justen2013-08-042-2/+4
* i965: add intel_renderbuffer_att_set_needs_depth_resolveJordan Justen2013-08-042-0/+18
* i965: add intel_miptree_set_all_slices_need_depth_resolveJordan Justen2013-08-042-0/+16
* i965 gen7: don't set FORCE_ZERO_RTAINDEX for layered renderingJordan Justen2013-08-041-1/+1
* hsw hiz: Remove x/y offset restriction for hizJordan Justen2013-08-041-24/+0
* gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen2013-08-044-66/+45
* gen7 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen2013-08-041-0/+16
* hsw hiz: Add new size restrictions for miplevels > 0Jordan Justen2013-08-041-3/+13
* gen7 blorp depth: calculate base surface width/heightJordan Justen2013-08-041-0/+13
* gen7 depth surface: calculate minimum array element being renderedJordan Justen2013-08-042-0/+17
* gen7 depth surface: calculate LOD being rendered toJordan Justen2013-08-042-0/+6
* gen7 depth surface: calculate depth (array size) for depth surfaceJordan Justen2013-08-042-0/+5
* gen7 depth surface: calculate more specific surface typeJordan Justen2013-08-042-0/+47
* i965: init global state first in brw_workaround_depthstencil_alignmentJordan Justen2013-08-041-5/+14
* i965: Initialize the maximum number of GS threads on Haswell.Kenneth Graunke2013-08-021-0/+3
* i965: enable image external sampling for imported dma-buffersTopi Pohjolainen2013-08-022-0/+8
* intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen2013-08-024-1/+27
* dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen2013-08-022-2/+53
* intel: set dri image dimensions even when creating out of primesTopi Pohjolainen2013-08-021-0/+2
* intel: refactor planar format lookupTopi Pohjolainen2013-08-021-13/+18
* intel: do not create renderbuffers out of planar imagesTopi Pohjolainen2013-08-021-0/+7
* intel: allow packed prime buffers to be treated normallyTopi Pohjolainen2013-08-021-1/+5
* mesa: Refactor copying of linked program data.Paul Berry2013-08-011-4/+2
* glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain2013-08-014-0/+28
* main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry2013-08-011-1/+1
* glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.Paul Berry2013-08-011-2/+1
* i965: Delete the BATCH_LOCALS macro.Kenneth Graunke2013-08-012-6/+0
* i965 Gen4/5: clip: Don't mangle flat varyingsChris Forbes2013-08-011-21/+32
* i965 Gen4/5: clip: Add support for noperspective varyingsChris Forbes2013-08-013-10/+113
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-016-54/+30
* i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3Chris Forbes2013-08-014-70/+85
* i965: Add helper functions for interpolation mapChris Forbes2013-08-011-0/+18
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-019-2/+120
* i965/vs: Put lod parameter in the correct place for Gen4Chris Forbes2013-07-311-1/+1
* i965/vs: set up sampler state pointer for Gen4/5.Chris Forbes2013-07-311-6/+21
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-302-0/+11
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-302-0/+39
* driconf: enable app-specific workarounds for all driversMarek Olšák2013-07-302-2/+6
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-07-301-9/+0
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-305-5/+5
* i965: Don't create a swrast context on ES2+.Kenneth Graunke2013-07-291-1/+1
* i965/vs: Fix flaky texture swizzlingChris Forbes2013-07-271-1/+1
* Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke2013-07-253-1/+25
* i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2013-07-252-2/+2
* meta: handle 2D texture arrays in decompress_texture_image()Brian Paul2013-07-241-2/+21
* scons: Don't use -z defs ld option on Mac.José Fonseca2013-07-211-1/+2
* scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca2013-07-191-0/+3
* i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.Kenneth Graunke2013-07-181-0/+1