st/mesa: add support for ETC2 formats
[mesa.git] / src / mesa /
2014-08-11 Marek Olšákst/mesa: add support for ETC2 formats
2014-08-11 Marek Olšákmesa: add helper _mesa_is_format_etc2
2014-08-11 Brian Paulmesa: add missing GLAPIENTRY in copyimage.c
2014-08-11 Jason Ekstrandi965/cse: Don't eliminate instructions with side-effects
2014-08-11 Jason Ekstrandi965: Add support for ARB_copy_image
2014-08-11 Jason Ekstrandmesa/meta: Add a partial implementation of CopyImageSubData
2014-08-11 Jason Ekstrandmesa/meta: Make _mesa_meta_bind_fbo_image also take...
2014-08-11 Jason Ekstrandmesa: Add GL API support for ARB_copy_image
2014-08-11 Matt Turneri965/fs: Keep track of the register that hold delta_x...
2014-08-11 Matt Turneri965: Mark branch unreachable in sampler state code.
2014-08-11 Brian Paulmesa: simplify _mesa_update_draw_buffers()
2014-08-11 Brian Paulmesa: fix assertion in _mesa_drawbuffers()
2014-08-11 Brian Paulmesa: whitespace, 80-column wrapping in program.c
2014-08-11 Brian Paulmesa: simplify/rename _mesa_init_program_struct()
2014-08-11 Brian Paulst/mesa: use PRId64 for printing 64-bit ints
2014-08-11 Brian Paulmesa: use PRId64 for printing 64-bit ints
2014-08-11 Brian Paulmesa: define and use ALL_TYPE_BITS in varray.c code
2014-08-11 Brian Paulmesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLA...
2014-08-11 Neil Robertsi965: Don't check for format differences when using...
2014-08-11 Kenneth Graunkei965/eu: Allow math on immediates on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Update jump distance scaling for Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-11 Kenneth Graunkei965/eu: Set UIP on ELSE instructions on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_patch_break_count only...
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_find_loop_end only...
2014-08-11 Kenneth Graunkei965/eu: Port Broadwell CMP destination type hack to...
2014-08-11 Kenneth Graunkei965/eu: Explicitly disable instruction compaction...
2014-08-11 Kenneth Graunkei965/eu: Use Haswell atomic messages on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu...
2014-08-11 Ben Widawskyi965/clip: Removing scissor atom
2014-08-11 Ben Widawskyi965/guardband: Enable for all viewport dimensions...
2014-08-11 Ben Widawskyi965: Simplify viewport extents programming on GEN8
2014-08-11 Ben Widawskyi965/guardband: Improve comments for guardband clipping
2014-08-10 Kenneth Graunkei965: Support the allow_glsl_extension_directive_midsha...
2014-08-10 Connor Abbotti965/fs: set virtual_grf_count in assign_regs()
2014-08-10 Connor Abbotti965/fs: don't read from uninitialized memory while...
2014-08-10 Matt Turneri965/fs: Fix bad whitespace.
2014-08-09 Marek Olšákradeon,r200: fix buffer validation after CS flush
2014-08-09 Marek Olšákst/mesa: fix blit-based partial TexSubImage for 1D...
2014-08-09 Marek Olšákst/mesa: fix DrawPixels(GL_STENCIL_INDEX)
2014-08-09 Marek Olšákst/mesa: dump TGSI before calling into the driver
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/vec4/Gen8: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4/Gen4-7: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4: Pass sampler index in src1 for texture ops
2014-08-09 Chris Forbesi965/vec4: Collect all emits of texture ops into one...
2014-08-09 Chris Forbesi965/fs/Gen8: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/fs/Gen4-7: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/blorp: Put sampler index in src1 of texture ops
2014-08-09 Chris Forbesi965/fs: pass sampler as src1 of texture op
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen5...
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen4...
2014-08-08 Kenneth Graunkei965: Emit a performance warning on conditional rendering.
2014-08-08 Kenneth Graunkei965: Set ExecSize to 16 for loop instructions in SIMD1...
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-08-08 Kenneth Graunkei965/eu: Drop redundant brw_set_src0/brw_set_dest from...
2014-08-07 Ian Romanickmesa: Fold _mesa_uniform_merge_location_offset into...
2014-08-07 Ian Romanickmesa: Fold _mesa_uniform_split_location_offset into...
2014-08-07 Ian Romanickglsl_to_tgsi: Delete unused function set_uniform_initia...
2014-08-07 Ian Romanickmesa: Use MAX2 to calculate maximum uniform element
2014-08-07 Ian Romanickmesa: Have validate_uniform_parameters return the gl_un...
2014-08-07 Matt Turneri965/vec4: Remove unused emit_bool_comparison method.
2014-08-07 Matt Turnermesa: Drop USE_IEEE define.
2014-08-07 Ian Romanickmesa: Group gl_system_value values by the stage where...
2014-08-07 Ian Romanickglsl_to_tgsi: Assert that the _mesa_sysval_to_semantic...
2014-08-07 Ian Romanickmesa/st: Only one copy of mesa_sysval_to_semantic
2014-08-07 Ian Romanickglsl_to_tgsi: Constify mesa_sysval_to_semantic
2014-08-07 Kenneth Graunkei965/clip: Fix brw_clip_unfilled.c/compute_offset's...
2014-08-06 Jason Ekstrandmesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_A...
2014-08-06 Jason Ekstrandmesa/formats: Use the correct swizzle parameter for...
2014-08-05 Vinson Leedri/xmlconfig: s/uint/unsigned int/
2014-08-05 Brian Paulmesa include stdint.h in formats.h
2014-08-05 Jason Ekstrandmesa/texstore: Add a generic rgba integer texture uploa...
2014-08-05 Jason Ekstrandmesa/texstore: Add a generic float/normalized rgba...
2014-08-05 Jason Ekstrandmesa/texstore: Use _mesa_swizzle_and_convert when possible
2014-08-05 Jason Ekstrandmain/texstore: Split texture storage into three functions
2014-08-05 Jason Ekstrandmesa/format_utils: Add a function to convert a mesa_for...
2014-08-05 Jason Ekstrandmesa/format_utils: Add a general format conversion...
2014-08-05 Jason Ekstrandmesa/imports: Add a _mesa_half_is_negative helper function
2014-08-05 Jason Ekstrandmesa/formats: Add layout and swizzle information
2014-08-05 Jason Ekstrandmesa/formats: Remove IndexBits
2014-08-05 Jason Ekstrandmesa/formats: Autogenerate the format_info structure...
2014-08-05 Jason Ekstrandmesa/main: Add python code to generate the format_info...
2014-08-05 Jason Ekstrandmesa: Add python to parse the formats CSV file
2014-08-05 Jason Ekstrandmesa: Add a format description CSV file
2014-08-05 Brian Paulst/mesa: adjust Z coordinates for quad clearing
2014-08-05 Brian Paulmesa: make vertex array type error checking a little...
2014-08-05 Michel Dänzerglsl_to_tgsi: Fix typo shader_program -> shader
2014-08-05 Neil Robertsmeta: Disable dithering during glBlitFramebuffer
2014-08-05 Anuj Phogatmeta: Fix datatype computation in get_temp_image_type()
2014-08-05 Anuj Phogatmeta: Move the call to _mesa_get_format_datatype()...
2014-08-05 Anuj Phogatmeta: Use _mesa_get_format_bits() to get the GL_RED_BITS
2014-08-05 Anuj Phogatmeta: Initialize the variable in declaration statement
2014-08-05 Anuj Phogatmesa: Allow GL_TEXTURE_CUBE_MAP target with compressed...
2014-08-05 Anuj Phogatmesa: Add gles3 condition for normalized internal forma...
2014-08-05 Anuj Phogatmesa: Add utility function _mesa_is_enum_format_unorm()
2014-08-05 Anuj Phogatmesa: Add gles3 error condition for GL_RGBA10_A2 buffer...
2014-08-05 Anuj Phogatmesa: Add a gles3 error condition for sized internalfor...
2014-08-05 Anuj Phogatmesa: Add a helper function _mesa_is_enum_format_unsized()
2014-08-05 Anuj Phogatmesa: Don't allow snorm internal formats in glCopyTexIm...
next