summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* r200: Avoid out of bounds array access.Matt Turner2014-12-121-1/+1
* i965/gen8+: Remove false perf debug message about MOCSBen Widawsky2014-12-111-3/+0
* i965/gen8: Check correct number of blitter dwordsBen Widawsky2014-12-111-6/+6
* mesa/drivers: Add missing mesautil lib to Haiku swrastAlexander von Gluck IV2014-12-111-0/+1
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-101-6/+2
* i965: Generate vs code using scalar backend for BDW+Kristian Høgsberg2014-12-106-15/+77
* i965: Clean up fs_visitor::run and rename to run_fsKristian Høgsberg2014-12-102-19/+15
* i965: Add fs_visitor::run_vs() to generate scalar vertex shader codeKristian Høgsberg2014-12-103-13/+436
* i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/keyKristian Høgsberg2014-12-1013-42/+42
* i965: Prepare for using the ATTR register file in the fs backendKristian Høgsberg2014-12-104-6/+23
* i965: Consolidate code to get struct brw_sampler_prog_key_dataKristian Høgsberg2014-12-101-21/+16
* i965: Add new SIMD8 VS prog data flagKristian Høgsberg2014-12-106-7/+21
* i965: Add SIMD8 URB write low-level IR instructionKristian Høgsberg2014-12-106-1/+51
* i965: Remove shader program argument and member from fs_generatorKristian Høgsberg2014-12-104-6/+3
* i965: Set shader name for generator from call siteKristian Høgsberg2014-12-104-24/+35
* i965: Generalize fs_generator furtherKristian Høgsberg2014-12-104-16/+12
* i965: Don't copy propagate constants from sources with saturateKristian Høgsberg2014-12-101-0/+2
* i965: Replace 'noann' debug flag with 'ann'.Matt Turner2014-12-103-3/+3
* i965: Disable unlit-centroid workaround on Gen < 6.Matt Turner2014-12-101-3/+0
* mesa: use build flag to ensure stack is realigned on x86Timothy Arceri2014-12-102-4/+1
* main: return two minor digits for ES shading language versionSamuel Iglesias Gonsalvez2014-12-091-1/+1
* mesa: Recompute LegalTypesMask if the GL API has changedIago Toral Quiroga2014-12-092-19/+22
* mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f...Eduardo Lima Mitev2014-12-091-23/+34
* mesa: Enables GL_RGB and GL_RGBA unsized internal formats for OpenGL ES 3.0Eduardo Lima Mitev2014-12-091-0/+6
* mesa: Considers GL_DEPTH_STENCIL_ATTACHMENT a valid argument for FBO invalida...Eduardo Lima Mitev2014-12-091-0/+8
* program: Delete dead _mesa_realloc_instructions.Matt Turner2014-12-082-21/+0
* swrast: Remove 'inline' from tex filter functions.Matt Turner2014-12-081-26/+26
* Don't cast the return value of malloc/reallocMatt Turner2014-12-087-17/+9
* Remove useless checks for NULL before freeingMatt Turner2014-12-082-7/+3
* i965/skl: Add Skylake PCI IDsKristian Høgsberg2014-12-081-0/+29
* i965/skl: Emit depth stall workaround for gen9 as wellDamien Lespiau2014-12-081-1/+1
* i965/skl: Fix GS thread count locationBen Widawsky2014-12-081-11/+18
* i965: Fix union usage for G++ <= 4.6.Vinson Lee2014-12-081-1/+2
* st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupportedAbdiel Janulgue2014-12-082-4/+3
* glsl: Don't optimize min/max into saturate when EmitNoSat is setAbdiel Janulgue2014-12-081-0/+1
* ir_to_mesa: Remove sat to clamp lowering passAbdiel Janulgue2014-12-081-3/+1
* i965: Remove default from brw_instruction_name switch to catch missing names.Matt Turner2014-12-081-12/+5
* i965: Add missing opcode names.Matt Turner2014-12-081-0/+9
* i965: Add opcode names for set_omask and set_sample_id.Matt Turner2014-12-081-0/+4
* i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)Chris Forbes2014-12-071-0/+6
* i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSETChris Forbes2014-12-071-0/+2
* i965: Add opcode names for FS interpolation opcodesChris Forbes2014-12-071-0/+9
* mesa/st: don't use CMP / I2F for conditional assignments with native integersRoland Scheidegger2014-12-061-17/+45
* i965/fs: Perform CSE on MOV ..., VF instructions.Matt Turner2014-12-051-5/+11
* i965/fs: Try to emit LINE instructions on Gen <= 5.Matt Turner2014-12-052-0/+56
* i965/fs: Add support for generating the LINE instruction.Matt Turner2014-12-051-0/+4
* i965: Set the region of LINE's src0 to <0,1,0>.Matt Turner2014-12-051-1/+10
* i965: Give compile stats through KHR_debug.Matt Turner2014-12-052-0/+20
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-057-2/+12
* i965/gs: Avoid DW * DW mulBen Widawsky2014-12-051-2/+6