i965: Move binding table code to a new file, brw_binding_tables.c.
[mesa.git] / src /
2013-09-19 Kenneth Graunkei965: Move binding table code to a new file, brw_bindin...
2013-09-19 Kenneth Graunkei965: Use brw_upload_binding_table() for the pixel...
2013-09-19 Kenneth Graunkei965: Generalize brw_vec4_upload_binding_table() beyond...
2013-09-19 Kenneth Graunkei965: Convert loop to memcpy in brw_vec4_upload_binding...
2013-09-19 Kenneth Graunkei965: Update comments in brw_vec4_upload_binding_table().
2013-09-19 Gaetan Nadonwinsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
2013-09-19 Gaetan Nadonglx: fix compile error in egl_glx.c.
2013-09-19 Rob Clarkfreedreno/a3xx: fix typo mixup w/ mipfilter
2013-09-19 Rob Clarkfreedreno: fix glReadPixels
2013-09-19 Roland Scheideggergallivm: adjust wrap mode to CLAMP_TO_EDGE always for...
2013-09-18 Adrian Negreanuandroid: Remove builtin_compiler
2013-09-18 José Fonsecautil/u_blit: Implement util_blit_pixels via pipe_contex...
2013-09-18 José Fonsecautil/u_blit: Support blits from cubemaps.
2013-09-18 José Fonsecavega: Use pipe_context::blit instead of util_blit_pixel...
2013-09-18 Kenneth Graunkei965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4...
2013-09-18 Matt Turnerglsl: Correctly validate fma()'s types.
2013-09-18 Matt Turnerglsl: Add frexp signatures and implementation.
2013-09-17 Matt Turneri965: Lower ldexp.
2013-09-17 Matt Turnerglsl: Add ldexp_to_arith lowering pass.
2013-09-17 Matt Turnerglsl: Allow vectors to be created from ir_constant().
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-17 Paul Berryi965: Add some missing bits to {mesa,brw,cache}_bits[].
2013-09-17 Paul Berryi965/gs: Implement basic gl_PrimitiveIDIn functionality.
2013-09-17 Paul Berryi965/gs: New gs primitive types are supported by HW...
2013-09-17 Paul Berryi965/gs: Add new primitive types.
2013-09-17 Roland Scheideggergallivm: some bits of seamless cube filtering implement...
2013-09-17 Kenneth Graunkei965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffe...
2013-09-17 Kenneth Graunkei965: Use gen7_upload_constant_state for 3DSTATE_CONSTA...
2013-09-17 Kenneth Graunkei965: Set brw_stage_state::push_const_size for PS const...
2013-09-17 Kenneth Graunkei965: Introduce a prog_data temporary in gen6_upload_wm...
2013-09-16 Paul Berryi965/gen6+: Support 128 varying components.
2013-09-16 Paul Berryi965/ff_gs: Generate URB writes using a loop.
2013-09-16 Paul Berryi965/gen6: Fix assertions on VS/GS URB size.
2013-09-16 Paul Berryi965/vec4: Generate URB writes using a loop.
2013-09-16 Paul Berryi965/fs: When >64 input components, order them to match...
2013-09-16 Paul Berryi965/fs: Simplify computation of key.input_slots_valid...
2013-09-16 Paul Berryi965/gs: Stop storing an input VUE map in the GS progra...
2013-09-16 Paul Berryi965/gen6+: Remove VUE map dependency on userclip_active.
2013-09-16 Paul Berryi965/fs: Stop wasting input attribute space on gl_FragC...
2013-09-16 Paul Berryi965/sf: Consult brw_wm_prog_data when setting up SF...
2013-09-16 Paul Berryi965/sf: Consolidate common code for setting up gen6...
2013-09-16 Paul Berryi965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than...
2013-09-16 Paul Berryi965/fs: Consult brw_wm_prog_data::num_varying_inputs...
2013-09-16 Paul Berryi965/fs: Change brw_wm_prog_data::urb_read_length to...
2013-09-16 Paul Berryi965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
2013-09-16 Chia-I Wuilo: make ilo_bind_sampler_states return void
2013-09-16 Kenneth Graunkeglsl/tests: Update .gitignore for new unit test.
2013-09-16 Kenneth Graunkeglsl/tests: Add a test for properties of sampler types.
2013-09-15 Dave Airliest/mesa: don't dereference stObj->pt if NULL
2013-09-15 Dave Airlienouveau: fix regression since float comparison instruct...
2013-09-15 Rico Schüllervdpau/decode: Check max width and max height.
2013-09-14 Rob Clarkfreedreno: PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
2013-09-14 Rob Clarkfreedreno/a3xx: fix VFD_INDEX_MAX overflow
2013-09-14 Rob Clarkfreedreno: add debug option to disable GMEM bypass
2013-09-14 Rob Clarkfreedreno/a3xx: handle front_ccw
2013-09-14 Rob Clarkfreedreno/a3xx: stencil fixes
2013-09-14 Rob Clarkfreedreno/a3xx: alpha-test
2013-09-14 Rob Clarkfreedreno/a3xx/compiler: implement SUB
2013-09-14 Rob Clarkfreedreno/a3xx: use INDIRECT state load for shaders
2013-09-14 Rob Clarkfreedreno: avoid stalling at ringbuffer wraparound
2013-09-14 Rob Clarkfreedreno: emit markers to scratch registers
2013-09-14 Rob Clarkfreedreno: split out WFI helper
2013-09-14 Rob Clarkfreedreno: fd_draw helper
2013-09-14 Rob Clarkfreedreno/a3xx: fix gpu lockup in some piglit tests
2013-09-14 Rob Clarkfreedreno/a3xx/compiler: add LIT
2013-09-14 Rob Clarkfreedreno: multi-slice resources (cubemap, mipmap,...
2013-09-13 Paul Berryglsl/builtins: Fix {texture1D,texture2D,shadow1D}ArrayL...
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-13 Kenneth Graunkei965: Increase the size of brw_stage_state::surf_offset.
2013-09-13 Kenneth Graunkei965: Add comments to the new brw_state_state structure...
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
2013-09-12 Marek Olšákradeonsi: fix and enable transform feedback for CIK
2013-09-12 Marek Olšákradeonsi: fix gl_InstanceID with non-zero start_instance
2013-09-12 Marek Olšákgallium: comment that INSTANCEID doesn't include start_...
2013-09-12 Marek Olšákradeonsi: enable streamout AKA transform feedback for SI
2013-09-12 Marek Olšákradeonsi: implement streamout shader support
2013-09-12 Marek Olšákradeonsi: implement glDrawTransformFeedback functionality
2013-09-12 Marek Olšákradeonsi: fix streamout queries
2013-09-12 Marek Olšákradeonsi: implement streamout flush properly
2013-09-12 Marek Olšákradeonsi: bind streamout buffers to VGT and the vertex...
2013-09-12 Marek Olšákradeonsi: handle rasterizer_discard and set GS_OUT_PRIM...
2013-09-12 Marek Olšákradeonsi: initialize the first CS like any other
2013-09-12 Marek Olšákradeonsi: integrate shared streamout state
2013-09-12 Marek Olšákradeon: don't emit streamout state if there are no...
2013-09-12 Marek Olšákradeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI
2013-09-12 Kenneth Graunkemesa: Disallow relinking if a program is used by an...
2013-09-12 Kenneth Graunkemesa: Reject ResumeTransformFeedback if the wrong progr...
2013-09-12 Kenneth Graunkemesa: Track the vertex program active at BeginTransform...
2013-09-12 Kenneth Graunkemesa: Disallow TransformFeedbackVaryings when active.
2013-09-12 Christian Königradeon/uvd: move more logic into the common files
2013-09-12 Christian Königradeon/uvd: use more sane defaults for bitstream buffer...
2013-09-12 Andreas Bollos: First check for __GLIBC__ and then for PIPE_OS_BSD
2013-09-12 José Fonsecallvmpipe: Remove the special path for TGSI_OPCODE_EXP.
2013-09-12 José Fonsecatrace: Several enhancements to dump_state.py
2013-09-12 José Fonsecatrace: Support bigger TGSI shaders.
2013-09-12 Kenneth Graunkeglsl: Use sampler_coordinate_components instead of...
2013-09-12 Kenneth Graunkeglsl: Add a new glsl_type::sampler_coordinate_component...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.
2013-09-11 Paul Berryi965/gs: implement EndPrimitive() functionality in...
2013-09-11 Paul Berryi965/vec4: Add the ability to emit opcodes with just...
next