summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/nir: Use the correct offsets when handling register indirectsJason Ekstrand2015-04-221-27/+27
* st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie2015-04-234-16/+22
* mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie2015-04-234-5/+58
* mesa: remove the gl_sl_pragmas structureJason Ekstrand2015-04-222-19/+0
* i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand2015-04-227-97/+120
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-2229-246/+246
* i965: Use device_info instead of the context for computing vue mapsJason Ekstrand2015-04-224-7/+12
* i965: Use device_info instead of the context in instruction schedulingJason Ekstrand2015-04-223-14/+13
* i965: Add a devinfo field to backend_visitor and use it for gen checksJason Ekstrand2015-04-2219-221/+225
* i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitorsJason Ekstrand2015-04-222-12/+6
* i965/vec4: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-222-46/+42
* i965/fs: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-222-59/+58
* i965/device_info: Add a supports_simd16_3src flagJason Ekstrand2015-04-226-55/+56
* i965/device_info: Add a HSW_FEATURES macroJason Ekstrand2015-04-221-3/+7
* i965: Make the annotation code take a device_info instead of a contextJason Ekstrand2015-04-224-10/+14
* i965/fs: Remove the GL context from the generatorJason Ekstrand2015-04-222-11/+1
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-2215-63/+42
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-2211-109/+99
* i965: Make instruction compaction take a device_info instead of a contextJason Ekstrand2015-04-224-109/+112
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-2216-995/+1006
* i965/eu: Add a devinfo parameter to brw_compileJason Ekstrand2015-04-222-0/+2
* i965: Do better fake context setup in unit testsJason Ekstrand2015-04-225-5/+24
* i965: Remove the context parameter from brw_texture_offsetJason Ekstrand2015-04-225-12/+5
* mesa: Fix typo in a commentAnuj Phogat2015-04-221-2/+2
* mesa: add check for NV_texture_barrier in _mesa_TextureBarrierNV()Brian Paul2015-04-221-0/+6
* main: silence missing return value warning in array_index_of_resource()Brian Paul2015-04-221-0/+1
* android: xmlpool: cleanup the generation rulesEmil Velikov2015-04-221-3/+2
* android: xmlpool: Get rid of the last use of intermediates-dir-forChih-Wei Huang2015-04-222-10/+7
* android: export the path of the generated headersChih-Wei Huang2015-04-225-3/+4
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-225-5/+11
* android: fix building issues of host binariesChih-Wei Huang2015-04-221-1/+0
* android: fix a building error of libmesa_programChih-Wei Huang2015-04-221-0/+1
* android: mesa: fold the ARCH_X86_HAVE_SSE4_1 conditionalsEmil Velikov2015-04-221-5/+2
* android: mesa: fix the path of the SSE4_1 optimisationsEmil Velikov2015-04-221-2/+2
* android: build the Mesa IR -> NIR translatorEmil Velikov2015-04-221-1/+2
* android: dri: link against libmesa_utilEmil Velikov2015-04-221-1/+2
* android: add $(mesa_top)/src/mesa/main to the includes listEmil Velikov2015-04-222-3/+5
* android: add gallium dirs to more places in the treeEmil Velikov2015-04-224-3/+12
* android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_HEmil Velikov2015-04-221-0/+14
* android: mesa: generate the format_{un,}pack.[ch] sourcesMauro Rossi2015-04-221-0/+21
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-225-6/+0
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-1/+0
* drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).Kenneth Graunke2015-04-211-0/+4
* nir: Fix per-component negation in prog_to_nir's SWZ handling.Kenneth Graunke2015-04-211-7/+18
* i965/fs: Combine pixel center calculation into one inst.Matt Turner2015-04-213-20/+63
* i965/fs: Calculate delta_x and delta_y together.Matt Turner2015-04-217-74/+79
* i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.Matt Turner2015-04-215-51/+8
* i965/fs: Manually set source regioning on PLN instructions.Matt Turner2015-04-211-1/+13
* i965/fs: Add LINTERP's src0 to fs_inst::regs_read().Matt Turner2015-04-211-11/+2
* i965/fs: Set compression only if writing two registers.Matt Turner2015-04-211-1/+4