aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Use ~0 to represent true on all generations.Matt Turner2014-12-051-11/+3
* i965: Remove "disable_derivative_optimization" driconf option.Kenneth Graunke2014-12-021-3/+0
* i965: Advertise a line width of 40.0 on Cherryview and Skylake.Kenneth Graunke2014-11-081-1/+5
* i965: Advertise larger line widths.Kenneth Graunke2014-11-081-3/+9
* i965: Skip recalculating URB allocations if the entry size didn't change.Eric Anholt2014-10-241-1/+1
* i965: Initialize the SampleMap{2,4,8}x variablesAnuj Phogat2014-10-011-0/+8
* i965: Avoid null access in intelMakeCurrent()Juha-Pekka Heikkila2014-09-231-3/+7
* i965/gen6/gs: Enable texture units and upload sampler state.Iago Toral Quiroga2014-09-191-1/+1
* i965: Request lowering gl_VertexIDIan Romanick2014-09-101-0/+1
* i965: Use ~0 to represent true on Gen >= 6.Matt Turner2014-08-181-1/+26
* i965: Split gen6 depth hiz state out from brwJordan Justen2014-08-151-1/+1
* i965: Split gen6 renderbuffer surface state from gen5 and olderJordan Justen2014-08-151-0/+3
* i965: Implement fast color clears using meta operationsKristian Høgsberg2014-08-151-0/+1
* i965: Move pre-draw resolve buffers to dd::UpdateStateKristian Høgsberg2014-08-151-0/+25
* i965: Add context flag to disable the viewport transformKristian Høgsberg2014-08-151-0/+1
* i965: Rename intelValidateState to intel_update_stateKristian Høgsberg2014-08-141-7/+7
* mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák2014-08-111-11/+11
* i965: Add support for ARB_copy_imageJason Ekstrand2014-08-111-0/+1
* i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke2014-08-101-0/+3
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Delete gen7_upload_sampler_state_table and vtable mechanism.Kenneth Graunke2014-08-021-3/+0
* i965: Drop the memcmp for finding duplicated CURBE uploads.Eric Anholt2014-07-021-8/+0
* i965: Enable vertex streams up to MAX_VERTEX_STREAMS.Iago Toral Quiroga2014-06-301-0/+4
* i965: Add is_cherryview flag to brw_context.Matt Turner2014-06-261-0/+1
* i965/cs: Use override structure rather than separate env varJordan Justen2014-06-161-1/+2
* i965: Ask the VBO module to actually use VBOs.Eric Anholt2014-05-211-0/+3
* i965/gen7+: Move sampler state packets to the stage sampler state table update.Eric Anholt2014-05-021-0/+3
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-011-1/+1
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-2/+2
* i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt2014-05-011-6/+5
* i965: Stop making a pointless region for DRI2 to just throw it away.Eric Anholt2014-05-011-23/+22
* i965: Drop the global GEM name from regions.Eric Anholt2014-05-011-1/+10
* i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.Kenneth Graunke2014-05-011-8/+0
* i965: Correct EmitNoIndirect shader compiler option flags.Kenneth Graunke2014-04-111-3/+2
* i965: Use intel_upload_space() for pull constant uploads.Eric Anholt2014-03-261-2/+0
* i965: Simplify the no-reopening-the-winsys-buffer tests.Eric Anholt2014-03-241-22/+16
* i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke2014-03-181-3/+0
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-6/+0
* i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt2014-03-111-7/+12
* i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt2014-03-061-2/+2
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-221-2/+2
* i965: Create a hardware context before initializing state module.Kenneth Graunke2014-02-201-6/+6
* i965: Actually claim to support MSAA on Broadwell.Kenneth Graunke2014-02-191-0/+6
* i965: Enable HiZ on Broadwell.Kenneth Graunke2014-02-191-1/+1
* i965: Bump MaxTexMbytes from 1GB to 1.5GB.Kenneth Graunke2014-02-181-0/+1
* i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.Kenneth Graunke2014-02-181-1/+1
* i965: Bump MAX_3D_TEXTURE_SIZE to 2048.Kenneth Graunke2014-02-181-1/+1
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-11/+9
* i965: Drop some duplicated code in DRI winsys BO updates.Eric Anholt2014-02-181-11/+15
* i965: Enable ARB_texture_gather for one component on Gen6.Chris Forbes2014-02-081-0/+2