aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Disassemble vector float immediates properly.Matt Turner2014-11-251-1/+5
* i965: Add unit test for float <-> VF conversions.Matt Turner2014-11-252-0/+105
* i965: Add functions to convert float <-> VF.Matt Turner2014-11-253-0/+80
* i965/Gen6-7: Do not replace texcoords with point coord if not drawing pointsChris Forbes2014-11-252-12/+49
* i965: Precompile ARB programs.Kenneth Graunke2014-11-241-2/+9
* i965: Make precompile functions accessible from C.Kenneth Graunke2014-11-245-10/+19
* i965: Pass gl_program pointers into precompile functions.Kenneth Graunke2014-11-247-29/+33
* i965: Move brw->precompile checks out a level.Kenneth Graunke2014-11-241-4/+4
* mesa: Drop unused NV_fragment_program opcodes.Eric Anholt2014-11-244-177/+0
* mesa: Drop unused SFL/STR opcodes.Eric Anholt2014-11-243-16/+0
* i965/gen6/gs: Don't declare a src_reg with struct.Matt Turner2014-11-241-1/+1
* i965/disasm: Fix all32h/any32h predicate disassembly.Matt Turner2014-11-241-1/+1
* i965: Don't overwrite the math function with conditional mod.Matt Turner2014-11-242-2/+4
* i965: Assert that math instructions don't have conditional mod.Matt Turner2014-11-242-0/+4
* mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transposeChris Forbes2014-11-241-1/+1
* i965: Handle nested uniform array indexingChris Forbes2014-11-241-29/+37
* mesa: Fix function name in GetActiveUniformName errorChris Forbes2014-11-231-1/+1
* i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.Kenneth Graunke2014-11-211-0/+4
* i965/vec4/gen8: Handle the MUL dest hazard exceptionBen Widawsky2014-11-212-2/+19
* i965/vec4: Extract depctrl hazardsBen Widawsky2014-11-211-22/+27
* i965/fs: Remove is_valid_3src().Matt Turner2014-11-213-8/+1
* i965/fs: Remove is_valid_3src() checks from emit_lrp.Matt Turner2014-11-211-4/+1
* i965/fs: Remove unused apply_stride().Matt Turner2014-11-212-11/+0
* i965/fs: Move ip_record class to its one use.Matt Turner2014-11-212-12/+12
* i965: Move common fields into backend_instruction.Matt Turner2014-11-213-5/+2
* i965: Combine offset/texture_offset fields.Matt Turner2014-11-216-15/+13
* i915: Only use TEXCOORDTYPE_VECTOR with cube maps on gen2Ville Syrjälä2014-11-201-18/+19
* i965/disasm: Properly decode branch_ctrl (gen8+)Ben Widawsky2014-11-203-2/+23
* i965: Skip _mesa_load_state_parameters when there are zero parameters.Kenneth Graunke2014-11-202-11/+11
* i965: Fix segfault in WebGL Conformance on IvybridgeChad Versace2014-11-181-3/+4
* mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.Siavash Eliasi2014-11-181-1/+3
* st/mesa: add a fallback for clear_with_quad when no vs_layerIlia Mirkin2014-11-172-5/+21
* nine: Implement threadpoolAxel Davy2014-11-181-0/+5
* nine: Add drirc options (v2)Axel Davy2014-11-181-0/+13
* st/mesa: copy sampler_array_size field when copying instructionsBrian Paul2014-11-171-1/+6
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-165-10/+0
* tgsi/ureg: simplify code for declaring propertiesMarek Olšák2014-11-163-17/+30
* gallium/util: add a window_space option to the passthrough vertex shaderMarek Olšák2014-11-163-3/+5
* Revert "mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__."Emil Velikov2014-11-151-3/+0
* i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()10.4-branchpointKristian Høgsberg2014-11-142-59/+69
* i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()Kristian Høgsberg2014-11-142-65/+72
* i965: Move more code into codegen-branch of the fs_visitor::run() if statementKristian Høgsberg2014-11-141-12/+11
* i965: Refactor fs_generator APIKristian Høgsberg2014-11-144-39/+23
* st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2014-11-141-8/+6
* i965/vec4: Combine all the math emitters.Kenneth Graunke2014-11-132-104/+17
* i965/vec4: Use const references in emit() functions.Kenneth Graunke2014-11-132-15/+14
* i965: Use macros to create prototypes for emitter helpers.Kenneth Graunke2014-11-131-57/+41
* i965: Always enable VF statisticsBen Widawsky2014-11-131-2/+1
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-136-17/+17
* i915: Don't call _mesa_meta_glsl_Clear() on gen2Ville Syrjälä2014-11-131-1/+1