summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-20--- cs pipelines endi965-pipelines-v3Jordan Justen1-0/+0
2015-03-20i965/state: Remove brw->state.dirtyJordan Justen2-7/+0
2015-03-20i965/state: Don't use brw->state.dirty.mesaJordan Justen5-12/+11
2015-03-20i965/state: Don't use brw->state.dirty.brwJordan Justen33-83/+82
2015-03-20i965/state: Add compute pipeline with empty atom listsJordan Justen3-1/+37
2015-03-20i965/state: Only upload render programs for render state uploadsJordan Justen1-20/+25
2015-03-20i965/state: Create separate dirty state bits for each pipelineJordan Justen2-27/+75
2015-03-20i965/state: Support multiple pipelines in brw->num_atomsJordan Justen2-39/+65
2015-03-20i965/state: Rename brw_clear_dirty_bits to brw_render_state_finishedJordan Justen3-3/+3
2015-03-20i965/state: Rename brw_upload_state to brw_upload_render_stateJordan Justen3-10/+11
2015-03-20+++ cs pipelines startJordan Justen1-0/+0
2015-03-20i965/fs: bail on move-to-flag in sel peepholeConnor Abbott1-1/+3
2015-03-20i965: Mask out unused Align16 components in brw_untyped_atomic.Francisco Jerez1-2/+11
2015-03-20i965: Pass number of components explicitly to brw_untyped_atomic and _surface...Francisco Jerez4-16/+32
2015-03-20i965: Don't disable exec masking for sampler message sends.Francisco Jerez2-8/+8
2015-03-20i965: Factor out logic to build a send message instruction with indirect desc...Francisco Jerez4-96/+83
2015-03-20i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez3-15/+4
2015-03-20i965/skl: Break down SIMD16 3-source instructions when required.Kenneth Graunke1-0/+6
2015-03-20i965: Refactor SIMD16-to-2xSIMD8 checks.Neil Roberts1-4/+14
2015-03-20i965: Store the GPU revision number in brw_contextNeil Roberts3-1/+24
2015-03-20mesa: Make sure the buffer exists in _mesa_lookup_bufferobj_errFredrik Höglund1-4/+6
2015-03-20u_primconvert: add primitive restart supportDave Airlie7-87/+203
2015-03-19i965/fp: Emit discard jumps.Kenneth Graunke1-0/+3
2015-03-19i965/fs: Make an emit_discard_jump() function to reduce duplication.Kenneth Graunke4-21/+18
2015-03-19main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.Laura Ekstrand1-3/+11
2015-03-19main: Simplify debug messages for CopyTex*SubImage*D.Laura Ekstrand2-49/+38
2015-03-19glsl: Annotate as_foo functions that the this pointer cannot be NULLIan Romanick1-0/+4
2015-03-19main: Change the type argument of use_shader_program() to gl_shader_stage.Paul Berry1-12/+11
2015-03-19main: Clean up a strange construction in use_shader_program().Paul Berry1-1/+1
2015-03-19i965/nir: Sort uniforms direct-first and use two different uniform registersJason Ekstrand2-7/+24
2015-03-19nir/lower_io: Add a assign_locations function that sorts by [in]direct useJason Ekstrand2-0/+75
2015-03-19nir/lower_io: Make variable location assignment a manual operationJason Ekstrand3-12/+9
2015-03-19nir: Use a list instead of a hash_table for inputs, outputs, and uniformsJason Ekstrand7-45/+32
2015-03-19gallivm: remove unused 'builder' variableBrian Paul1-1/+0
2015-03-19mesa: use more descriptive error messages for glUniform errorsBrian Paul1-4/+65
2015-03-19i965/fs: Print spills:fills and number of promoted constants.Matt Turner7-13/+25
2015-03-19i965/fs: Emit better b2f of an expression on GEN4 and GEN5Ian Romanick2-4/+99
2015-03-18util: Optimize _mesa_roundeven with SSE 4.1.Matt Turner1-0/+20
2015-03-18util: Add a roundeven test.Matt Turner2-1/+143
2015-03-18mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner7-40/+82
2015-03-18i965/fs: Ignore type in cmod prop if scan_inst is CMP.Matt Turner1-12/+13
2015-03-18i965/nir: Make our environment variable checking smarterJason Ekstrand1-2/+22
2015-03-19egl: don't fill client apis string forever.Dave Airlie1-0/+1
2015-03-18swrast: Use BITFIELD64_BIT for arrayAttribs.Jose Fonseca1-1/+1
2015-03-18scons: Don't link program_lexer.l/y twice.Jose Fonseca1-8/+3
2015-03-18gallivm: Use INFINITY directly.Jose Fonseca1-8/+1
2015-03-18scons: Silence MSVC warnings about overflows in constant arithmetic.Jose Fonseca1-0/+2
2015-03-18scons: Disable MSVC signed/unsigned mismatch warnings.José Fonseca1-0/+1
2015-03-18docs: Update progress on ARB_direct_state_access.Laura Ekstrand1-2/+2
2015-03-18dri: add _glapi_set_nop_handler(), _glapi_new_nop_table() to dri_test.cBrian Paul1-0/+11