summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-08-11st/mesa: convert the ETC1 format to an uncompressed one if unsupportedMarek Olšák5-12/+40
2014-08-11st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák9-29/+32
2014-08-11st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supportedMarek Olšák1-0/+28
2014-08-11st/mesa: add support for ETC2 formatsMarek Olšák4-8/+93
2014-08-11mesa: add helper _mesa_is_format_etc2Marek Olšák2-0/+28
2014-08-11mesa: add missing GLAPIENTRY in copyimage.cBrian Paul1-1/+1
2014-08-11i965/cse: Don't eliminate instructions with side-effectsJason Ekstrand2-2/+2
2014-08-11i965: Add support for ARB_copy_imageJason Ekstrand5-0/+272
2014-08-11mesa/meta: Add a partial implementation of CopyImageSubDataJason Ekstrand3-0/+208
2014-08-11mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer targetJason Ekstrand3-19/+25
2014-08-11mesa: Add GL API support for ARB_copy_imageJason Ekstrand9-20/+446
2014-08-11i965/fs: Keep track of the register that hold delta_x/delta_y.Matt Turner1-0/+14
2014-08-11i965: Mark branch unreachable in sampler state code.Matt Turner1-1/+1
2014-08-11mesa: simplify _mesa_update_draw_buffers()Brian Paul1-7/+2
2014-08-11mesa: fix assertion in _mesa_drawbuffers()Brian Paul1-2/+3
2014-08-11mesa: whitespace, 80-column wrapping in program.cBrian Paul1-8/+11
2014-08-11mesa: simplify/rename _mesa_init_program_struct()Brian Paul1-34/+35
2014-08-11st/mesa: use PRId64 for printing 64-bit intsBrian Paul1-1/+4
2014-08-11mesa: use PRId64 for printing 64-bit intsBrian Paul2-21/+25
2014-08-11mesa: define and use ALL_TYPE_BITS in varray.c codeBrian Paul1-16/+17
2014-08-11mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLANE0 in enable.cBrian Paul1-2/+2
2014-08-11i965: Don't check for format differences when using the blorp blitterNeil Roberts1-54/+12
2014-08-10i965/eu: Allow math on immediates on Broadwell.Kenneth Graunke1-3/+6
2014-08-10i965/eu: Update jump distance scaling for Broadwell.Kenneth Graunke1-0/+4
2014-08-10i965/eu: Refactor jump distance scaling to use a helper function.Kenneth Graunke3-17/+32
2014-08-10i965/eu: Set UIP on ELSE instructions on Broadwell.Kenneth Graunke1-0/+6
2014-08-10i965/eu: Make it clear that brw_patch_break_count only runs on Gen4-5.Kenneth Graunke1-0/+2
2014-08-10i965/eu: Make it clear that brw_find_loop_end only runs on Gen6+.Kenneth Graunke1-0/+2
2014-08-10i965/eu: Port Broadwell CMP destination type hack to brw_eu_emit.c.Kenneth Graunke1-0/+8
2014-08-10i965/eu: Explicitly disable instruction compaction on Broadwell for now.Kenneth Graunke1-1/+1
2014-08-10i965/eu: Use Haswell atomic messages on Broadwell.Kenneth Graunke1-2/+2
2014-08-10i965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu_emit.c cases.Kenneth Graunke1-2/+2
2014-08-10i965/clip: Removing scissor atomBen Widawsky1-2/+2
2014-08-10i965/guardband: Enable for all viewport dimensions (GEN8+)Ben Widawsky1-10/+20
2014-08-10i965: Simplify viewport extents programming on GEN8Ben Widawsky1-9/+15
2014-08-10i965/guardband: Improve comments for guardband clippingBen Widawsky1-4/+18
2014-08-10i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke2-0/+4
2014-08-10i965/fs: set virtual_grf_count in assign_regs()Connor Abbott1-0/+4
2014-08-10i965/fs: don't read from uninitialized memory while assigning registersConnor Abbott1-6/+6
2014-08-10i965/fs: Fix bad whitespace.Matt Turner1-2/+2
2014-08-09radeon,r200: fix buffer validation after CS flushMarek Olšák8-15/+8
2014-08-09st/mesa: fix blit-based partial TexSubImage for 1D arraysMarek Olšák1-0/+2
2014-08-09st/mesa: fix DrawPixels(GL_STENCIL_INDEX)Marek Olšák1-7/+4
2014-08-09st/mesa: dump TGSI before calling into the driverMarek Olšák1-12/+10
2014-08-09i965: Get rid of backend_instruction::samplerChris Forbes7-11/+0
2014-08-09i965/vec4/Gen8: Use src1 for sampler_index instead of ->sampler fieldChris Forbes2-7/+15
2014-08-09i965/vec4/Gen4-7: Use src1 for sampler_index instead of ->sampler fieldChris Forbes2-8/+15
2014-08-09i965/vec4: Pass sampler index in src1 for texture opsChris Forbes2-7/+11
2014-08-09i965/vec4: Collect all emits of texture ops into one placeChris Forbes1-26/+12
2014-08-09i965/fs/Gen8: Pass sampler_index to generate_texChris Forbes2-7/+14